1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-06-29 05:16:45 +02:00
This commit is contained in:
Jfreegman
2014-06-13 03:46:01 -04:00
parent 24a85df15f
commit b36680d767
3 changed files with 7 additions and 6 deletions

View File

@ -52,8 +52,8 @@
#define T_KEY_C_E 0x05 /* ctrl-e */
#define T_KEY_C_A 0x01 /* ctrl-a */
#define T_KEY_ESC 0x1B /* ESC key */
#define T_KEY_C_CMA 0x2C /* ctrl-comma */
#define T_KEY_C_PRD 0x2E /* ctrl-period */
#define T_KEY_C_RB 0x1D /* ctrl-] */
#define T_KEY_C_LB 0x1B /* ctrl-[ */
enum {
MOVE_UP,