mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-09 08:32:01 -07:00
Remove unnecessary event dispatch
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user