1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-01 06:16:44 +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

@ -62,6 +62,7 @@
#define T_KEY_C_F 0x06 /* ctrl-f */
#define T_KEY_C_H 0x08 /* ctrl-h */
#define T_KEY_C_Y 0x19 /* ctrl-y */
#define T_KEY_C_L 0x0C /* ctrl-l */
#define T_KEY_TAB 0x09 /* TAB key */
#define ONLINE_CHAR "*"