diff options
Diffstat (limited to 'src/edbox.c')
| -rw-r--r-- | src/edbox.c | 1 |
1 files changed, 1 insertions, 0 deletions
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(); } |
