about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ui.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/ui.c b/ui.c
index 89d3e76..c387a2d 100644
--- a/ui.c
+++ b/ui.c
@@ -441,7 +441,9 @@ static void keyCode(wchar_t code) {
 		break; case KEY_DC:        edit(win->tag, EditDelete, 0);
 		break; case KEY_BACKSPACE: edit(win->tag, EditBackspace, 0);
 		break; case KEY_ENTER:     edit(win->tag, EditEnter, 0);
+		break; default: return;
 	}
+	uiStatus();
 }
 
 static void keyChar(wchar_t ch) {
@@ -453,7 +455,10 @@ static void keyChar(wchar_t ch) {
 			break; case TermFocusOut: if (win) windowMark(win);
 			break; default: {}
 		}
-		if (event) return;
+		if (event) {
+			uiStatus();
+			return;
+		}
 	}
 	if (ch == Del) ch = L'\b';
 
/src/commit/txt/music.txt?id=5ee88344ada3d4f77b2247aa1c57b4aa518a5211&follow=1'>Add Four Tet — HandsJune McEnroe 2020-02-12Simplify macOS notify-sendJune McEnroe 2020-02-12Add imbox and notemap to pageJune McEnroe 2020-02-12Collapse simple linksJune McEnroe 2020-02-12Move catgirl up the pageJune McEnroe 2020-02-12Update catgirl pty grabJune McEnroe 2020-02-12Link to cgit /about pages where appropriateJune McEnroe 2020-02-11Separate LINKS from BINS for html to workJune McEnroe 2020-02-11Add margin to Bl-bullet itemsJune McEnroe 2020-02-10Match URLs inside parens or with paired parens insideJune McEnroe 2020-02-10Duplicate effective URL before passing it back to curlJune McEnroe 2020-02-09Add To Be Taught, If FortunateJune McEnroe 2020-02-04Add The Future of Another TimelineJune McEnroe 2020-01-31Reorganize the Makefile for the umpteenth timeJune McEnroe 2020-01-28Change scout sensitivity to 1.4June McEnroe 2020-01-28Import shows.txtJune McEnroe