1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-09-21 07:06:52 +02:00

make ctrl-L force refresh the window

This commit is contained in:
Jfreegman
2014-10-01 16:24:36 -04:00
parent b46a77f977
commit e7697b8fba
6 changed files with 14 additions and 3 deletions

View File

@@ -236,6 +236,10 @@ bool input_handle(ToxWindow *self, wint_t key, int x, int y, int mx_x, int mx_y)
input_history(self, key, mx_x);
break;
case T_KEY_C_L:
force_refresh(self->chatwin->history);
break;
default:
match = false;
break;