From de94023547c353fccbe5d39a021d78761a6dd31f Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 15 Mar 2026 02:12:10 -0400 Subject: derpage that kept the edbox visible always. --- src/edbox.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/edbox.c') diff --git a/src/edbox.c b/src/edbox.c index f8f334c..e3a1e85 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -245,6 +245,6 @@ void edbox_keystroke(void) { normal_keystroke(); } - edbox_show(); + if(edbox_visible) edbox_show(); show_cursor(); } -- cgit v1.2.3