From 10db7ec51b484d59fa039e64e85ea463553bf1ad Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 16 Feb 2013 13:21:14 +0000 Subject: Include the \033 in the key tree and adjust key matching for this change. --- tmux.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux.h') 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 -- cgit