Minor changes

- obsolete todo removed, I tested the ev.ch for " " char and it works just
fine
This commit is contained in:
Vlastimil Ovčáčík 2021-09-19 22:33:52 +02:00 committed by Junegunn Choi
parent 71d11de7ca
commit f4f47f5fe3

View File

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