Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-06-23 18:01:11 +01:00
6 changed files with 50 additions and 3 deletions

4
tmux.h
View File

@ -91,6 +91,10 @@ struct tmuxproc;
#define KEYC_NONE 0xffff00000000ULL
#define KEYC_UNKNOWN 0xfffe00000000ULL
#define KEYC_BASE 0x000010000000ULL
#define KEYC_USER 0x000020000000ULL
/* Available user keys. */
#define KEYC_NUSER 1000
/* Key modifier bits. */
#define KEYC_ESCAPE 0x200000000000ULL