summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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