diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-16 03:06:19 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-16 03:06:19 -0400 |
| commit | 545db9259365913f433f21f9c33f278fe96194d2 (patch) | |
| tree | 8d8a3183bace932731357a3755023279861ebe75 /src/edbox.c | |
| parent | 6d6c44d74e113ace4709f037316a2ec80753aa3a (diff) | |
| download | fujinet-chat-545db9259365913f433f21f9c33f278fe96194d2.tar.gz | |
Move screen statuses to the right, get rid of <>, add indicators for net activity and most-recent incoming IRC activity.
Diffstat (limited to 'src/edbox.c')
| -rw-r--r-- | src/edbox.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/edbox.c b/src/edbox.c index de9df79..8f325c2 100644 --- a/src/edbox.c +++ b/src/edbox.c @@ -135,9 +135,11 @@ static void normal_keystroke(void) { switch(c) { case CH_EOL: // hide_cursor(); // already done by the caller + edbox_hide(); if(edbox_callback) (*edbox_callback)(); - /* fall thru */ + edbox_clear(); + break; case CH_CLR: edbox_hide(); /* fall thru */ |
