mirror of
https://github.com/junegunn/fzf.git
synced 2025-08-14 11:45:48 -07:00
Remove unnecessary event dispatch
This commit is contained in:
@@ -523,7 +523,6 @@ func (t *Terminal) Loop() {
|
|||||||
if my == 0 && mx >= 0 {
|
if my == 0 && mx >= 0 {
|
||||||
// Prompt
|
// Prompt
|
||||||
t.cx = mx
|
t.cx = mx
|
||||||
req(REQ_PROMPT)
|
|
||||||
} else if my >= 2 {
|
} else if my >= 2 {
|
||||||
// List
|
// List
|
||||||
t.cy = t.offset + my - 2
|
t.cy = t.offset + my - 2
|
||||||
|
Reference in New Issue
Block a user