Add ^L redraw
This commit is contained in:
parent
7beb4c9912
commit
c1283ed18a
1
ui.c
1
ui.c
@ -309,6 +309,7 @@ static void enter(void) {
|
|||||||
|
|
||||||
static void keyChar(wint_t ch) {
|
static void keyChar(wint_t ch) {
|
||||||
switch (ch) {
|
switch (ch) {
|
||||||
|
break; case CTRL('L'): clearok(curscr, true);
|
||||||
break; case CTRL('B'): moveLeft();
|
break; case CTRL('B'): moveLeft();
|
||||||
break; case CTRL('F'): moveRight();
|
break; case CTRL('F'): moveRight();
|
||||||
break; case CTRL('A'): moveHome();
|
break; case CTRL('A'): moveHome();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user