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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user