summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunegunn Choi <junegunn.c@gmail.com>2015-01-06 02:04:27 +0900
committerJunegunn Choi <junegunn.c@gmail.com>2015-01-06 02:04:27 +0900
commit383f908cf79ed8e97e7728db8ec2e0ab7e270bc3 (patch)
treea5ac467010634e00e1fbe315123120acd5853d0b
parent3e6c950e12c5cdaa0a5e17915fc75ccd6e3648c2 (diff)
downloadfzf-383f908cf79ed8e97e7728db8ec2e0ab7e270bc3.tar.gz
Remove unnecessary event dispatch
-rw-r--r--src/terminal.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/terminal.go b/src/terminal.go
index 28a9a332..a935bd33 100644
--- a/src/terminal.go
+++ b/src/terminal.go
@@ -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