mirror of
https://github.com/Llewellynvdm/fzf.git
synced 2024-11-26 23:06:34 +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 {
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user