Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam 2016-11-04 16:01:11 +00:00
commit 1de107c405
1 changed files with 1 additions and 1 deletions

2
tmux.h
View File

@ -95,7 +95,7 @@ struct tmuxproc;
/* Special key codes. */
#define KEYC_NONE 0xffff00000000ULL
#define KEYC_UNKNOWN 0xfffe00000000ULL
#define KEYC_BASE 0x100000000000ULL
#define KEYC_BASE 0x000010000000ULL
/* Key modifier bits. */
#define KEYC_ESCAPE 0x200000000000ULL