Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2020-01-28 12:01:28 +00:00
5 changed files with 37 additions and 33 deletions

1
tmux.h
View File

@ -1173,6 +1173,7 @@ struct tty_term {
#define TERM_NOXENL 0x2
#define TERM_DECSLRM 0x4
#define TERM_DECFRA 0x8
#define TERM_RGBCOLOURS 0x10
int flags;
LIST_ENTRY(tty_term) entry;