Include the \033 in the key tree and adjust key matching for this change.

This commit is contained in:
Nicholas Marriott
2013-02-16 13:21:14 +00:00
parent 4f01bfc4bc
commit 10db7ec51b
3 changed files with 67 additions and 86 deletions

2
tmux.h
View File

@ -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