1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-04 20:56:44 +02:00

change keys toctrl-o and p due to weird bug with ctrl-[

This commit is contained in:
Jfreegman
2013-12-06 22:03:35 -05:00
parent d232538317
commit e224f92210
4 changed files with 5 additions and 5 deletions

View File

@ -32,8 +32,8 @@
/* ASCII key codes */
#define T_KEY_KILL 0xB /* ctrl-k */
#define T_KEY_DISCARD 0x15 /* ctrl-u */
#define T_KEY_NEXT 0x1D /* ctrl-] */
#define T_KEY_PREV 0x1B /* ctrl-[ */
#define T_KEY_NEXT 0x10 /* ctrl-] */
#define T_KEY_PREV 0x0f /* ctrl-[ */
/* Curses foreground colours (background is black) */
enum {