From 3d82ea91464265f334f99ad26b919f6a9678799d Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Mar 2026 05:52:16 -0400 Subject: Start+E exits when anything hides the editbox (like, pressing Return or Shift-Clear or Start+Up). --- src/edbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') 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(); } -- cgit v1.2.3