diff options
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h index efc68352..430f72d7 100644 --- a/include/common.h +++ b/include/common.h @@ -154,6 +154,7 @@ ANSI_COLOR(34;46) " ÂE¶©¹ªð " ANSI_COLOR(31;47) "(R)" ANSI_COLOR(30) "¦^«H" ANS #define KEY_F10 0x030A #define KEY_F11 0x030B #define KEY_F12 0x030C +#define KEY_UNKNOWN 0x0FFF /* unknown sequence */ #define QCAST int (*)(const void *, const void *) #define Ctrl(c) (c & 037) |