mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-12-23 11:29:01 +00:00
Minor changes
- obsolete todo removed, I tested the ev.ch for " " char and it works just fine
This commit is contained in:
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…
Reference in New Issue
Block a user