Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2022-11-01 12:01:10 +00:00
5 changed files with 30 additions and 6 deletions

1
tmux.h
View File

@ -138,6 +138,7 @@ struct winlink;
#define KEYC_IMPLIED_META 0x08000000000000ULL
#define KEYC_BUILD_MODIFIERS 0x10000000000000ULL
#define KEYC_VI 0x20000000000000ULL
#define KEYC_EXTENDED 0x40000000000000ULL
/* Masks for key bits. */
#define KEYC_MASK_MODIFIERS 0x00f00000000000ULL