m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 14:53:47 -05:00

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:
return Event{F12, 0, nil}
// ev.Ch doesn't work for some reason for space:
case tcell.KeyRune:
r := ev.Rune()
if alt {