summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-01-28 12:01:28 +0000
committerThomas Adam <thomas@xteddy.org>2020-01-28 12:01:28 +0000
commit60ab7144517483d4343e7a68625e376c34557b8a (patch)
treea0ed2af485858723be0afbfba456f446aafbbd7a /tmux.h
parent685eb381dec7fc741a15ce11a84d8c96ed66ce42 (diff)
parenta6129e99749d2bbc8b4a991c7b5d09300aa55f39 (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 26bedf38..0248110a 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;