Remove unnecessary event dispatch

pull/116/head
Junegunn Choi 10 years ago
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…
Cancel
Save