From 545db9259365913f433f21f9c33f278fe96194d2 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 16 Mar 2026 03:06:19 -0400 Subject: Move screen statuses to the right, get rid of <>, add indicators for net activity and most-recent incoming IRC activity. --- src/edbox.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/edbox.c') 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 */ -- cgit v1.2.3