mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 01:16:46 +02:00
implement word deletion via ^W
This commit is contained in:
@ -63,6 +63,7 @@
|
||||
#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_C_W 0x17 /* ctrl-w */
|
||||
#define T_KEY_TAB 0x09 /* TAB key */
|
||||
|
||||
#define ONLINE_CHAR "*"
|
||||
|
Reference in New Issue
Block a user