From e05376aefc6b342859e8cddf9eca647dc61c3336 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 18 Feb 2026 13:26:59 -0500 Subject: More work... --- src/edbox.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/edbox.c') diff --git a/src/edbox.c b/src/edbox.c index b64ef11..4492308 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -98,6 +98,7 @@ static void special_keystroke(char c) { static void backspace(void) { if(!edbox_pos) return; + hide_cursor(); edit_box[--edbox_pos] = 0; edbox_show(); } -- cgit v1.2.3