summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui.c b/ui.c
index 01dcbab..5a7d35c 100644
--- a/ui.c
+++ b/ui.c
@@ -309,6 +309,7 @@ static void enter(void) {
static void keyChar(wint_t ch) {
switch (ch) {
+ break; case CTRL('L'): clearok(curscr, true);
break; case CTRL('B'): moveLeft();
break; case CTRL('F'): moveRight();
break; case CTRL('A'): moveHome();