mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-22 21:05:09 +00:00
Remove unnecessary event dispatch
This commit is contained in:
parent
3e6c950e12
commit
383f908cf7
@ -523,7 +523,6 @@ func (t *Terminal) Loop() {
|
||||
if my == 0 && mx >= 0 {
|
||||
// Prompt
|
||||
t.cx = mx
|
||||
req(REQ_PROMPT)
|
||||
} else if my >= 2 {
|
||||
// List
|
||||
t.cy = t.offset + my - 2
|
||||
|
Loading…
Reference in New Issue
Block a user