mirror of
https://github.com/Tha14/toxic.git
synced 2025-07-04 20:56:44 +02:00
make C-e and C-aa work like they do in bash and fix/format help messages
This commit is contained in:
@ -54,6 +54,8 @@
|
||||
#define T_KEY_DISCARD 0x15 /* ctrl-u */
|
||||
#define T_KEY_NEXT 0x10 /* ctrl-p */
|
||||
#define T_KEY_PREV 0x0F /* ctrl-o */
|
||||
#define T_KEY_C_E 0x05 /* ctrl-e */
|
||||
#define T_KEY_C_A 0x01 /* ctrl-a */
|
||||
|
||||
/* Curses foreground colours (background is black) */
|
||||
enum {
|
||||
|
Reference in New Issue
Block a user