mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-03 15:36:45 +02:00
add buffer yanking, clean up input functions
This commit is contained in:
@ -62,6 +62,7 @@
|
||||
#define T_KEY_C_V 0x16 /* ctrl-v */
|
||||
#define T_KEY_C_F 0x06 /* ctrl-f */
|
||||
#define T_KEY_C_H 0x08 /* ctrl-h */
|
||||
#define T_KEY_C_Y 0x19 /* ctrl-y */
|
||||
|
||||
typedef enum _FATAL_ERRS {
|
||||
FATALERR_MEMORY = -1, /* malloc() or calloc() failed */
|
||||
|
Reference in New Issue
Block a user