aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-25 12:24:31 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-25 12:24:31 +0000
commit094bca5ac3024957700ff5c0af74fbec18a79172 (patch)
tree7c407c1612d4208af13505990ab9937ad2a796b1 /tmux.h
parent87821fce0e3f8d55657fdc4fba39cc1186e2ed3c (diff)
downloadrtmux-094bca5ac3024957700ff5c0af74fbec18a79172.tar.gz
rtmux-094bca5ac3024957700ff5c0af74fbec18a79172.tar.bz2
rtmux-094bca5ac3024957700ff5c0af74fbec18a79172.zip
Output the right keys for application and number keypad modes (they were the
wrong way round).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 852203ee..61921ae2 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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
/*