Remove unnecessary event dispatch

This commit is contained in:
Junegunn Choi 2015-01-06 02:04:27 +09:00
parent 3e6c950e12
commit 383f908cf7

View File

@ -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