1
0
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:
Jfreegman
2014-10-05 23:12:58 -04:00
parent e5d45fdf1d
commit 43552161f9
5 changed files with 57 additions and 3 deletions

View File

@ -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 "*"