Minor changes

- obsolete todo removed, I tested the ev.ch for " " char and it works just
fine
pull/2620/head
Vlastimil Ovčáčík 3 years ago committed by Junegunn Choi
parent 71d11de7ca
commit f4f47f5fe3

@ -385,7 +385,6 @@ func (r *FullscreenRenderer) GetChar() Event {
case tcell.KeyF12:
return Event{F12, 0, nil}
// ev.Ch doesn't work for some reason for space:
case tcell.KeyRune:
r := ev.Rune()
if alt {

Loading…
Cancel
Save