mirror of
https://github.com/Tha14/toxic.git
synced 2025-06-30 19:56:45 +02:00
improve key bindings (I think?)
This commit is contained in:
@ -48,9 +48,10 @@
|
||||
#define T_KEY_PREV 0x0F /* ctrl-o */
|
||||
#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_RB 0x1D /* ctrl-] */
|
||||
#define T_KEY_C_LB 0x1B /* ctrl-[ */
|
||||
#define T_KEY_C_B 0x02 /* ctrl-b */
|
||||
#define T_KEY_C_H 0x08 /* ctrl-h */
|
||||
|
||||
enum {
|
||||
MOVE_UP,
|
||||
|
Reference in New Issue
Block a user