Output the right keys for application and number keypad modes (they were the

wrong way round).
This commit is contained in:
Nicholas Marriott
2009-11-25 12:24:31 +00:00
parent 87821fce0e
commit 094bca5ac3
2 changed files with 33 additions and 33 deletions

2
tmux.h
View File

@ -527,7 +527,7 @@ struct mode_key_table {
#define MODE_CURSOR 0x1
#define MODE_INSERT 0x2
#define MODE_KCURSOR 0x4
#define MODE_KKEYPAD 0x8
#define MODE_KKEYPAD 0x8 /* set = application, clear = number */
#define MODE_MOUSE 0x10
/*