diff options
author | Thomas Adam <thomas@xteddy.org> | 2020-01-28 12:01:28 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2020-01-28 12:01:28 +0000 |
commit | 60ab7144517483d4343e7a68625e376c34557b8a (patch) | |
tree | a0ed2af485858723be0afbfba456f446aafbbd7a /tmux.h | |
parent | 685eb381dec7fc741a15ce11a84d8c96ed66ce42 (diff) | |
parent | a6129e99749d2bbc8b4a991c7b5d09300aa55f39 (diff) | |
download | rtmux-60ab7144517483d4343e7a68625e376c34557b8a.tar.gz rtmux-60ab7144517483d4343e7a68625e376c34557b8a.tar.bz2 rtmux-60ab7144517483d4343e7a68625e376c34557b8a.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |