aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/edbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/edbox.c b/src/edbox.c
index 8f325c2..f2b309f 100644
--- a/src/edbox.c
+++ b/src/edbox.c
@@ -45,6 +45,7 @@ void edbox_show(void) {
}
void edbox_hide(void) {
+ scr_end_scrollback(); /* exit Start+E mode */
edbox_visible = 0;
scr_refresh();
}