diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-16 13:21:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2013-02-16 13:21:14 +0000 |
commit | 10db7ec51b484d59fa039e64e85ea463553bf1ad (patch) | |
tree | e875c724c66bccc29bf4eada309b4ac316dd5792 /tmux.h | |
parent | 4f01bfc4bce9688c6c8b35f698c8444270e20cdc (diff) | |
download | rtmux-10db7ec51b484d59fa039e64e85ea463553bf1ad.tar.gz rtmux-10db7ec51b484d59fa039e64e85ea463553bf1ad.tar.bz2 rtmux-10db7ec51b484d59fa039e64e85ea463553bf1ad.zip |
Include the \033 in the key tree and adjust key matching for this change.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1202,7 +1202,7 @@ struct tty { #define TTY_NOCURSOR 0x1 #define TTY_FREEZE 0x2 -#define TTY_ESCAPE 0x4 +#define TTY_TIMER 0x4 #define TTY_UTF8 0x8 #define TTY_STARTED 0x10 #define TTY_OPENED 0x20 |