aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-02-16 13:21:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-02-16 13:21:14 +0000
commit10db7ec51b484d59fa039e64e85ea463553bf1ad (patch)
treee875c724c66bccc29bf4eada309b4ac316dd5792 /tmux.h
parent4f01bfc4bce9688c6c8b35f698c8444270e20cdc (diff)
downloadrtmux-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 90ee3b0d..f5dc0f74 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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