diff options
author | nicm <nicm> | 2020-01-28 11:39:51 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-01-28 11:39:51 +0000 |
commit | a6129e99749d2bbc8b4a991c7b5d09300aa55f39 (patch) | |
tree | fcfccf41c309a9db3a8b3af30bc629bdb9169f4c /tmux.h | |
parent | 84995ae1726589b5fb04e002e43496775e0ebfcd (diff) | |
download | rtmux-a6129e99749d2bbc8b4a991c7b5d09300aa55f39.tar.gz rtmux-a6129e99749d2bbc8b4a991c7b5d09300aa55f39.tar.bz2 rtmux-a6129e99749d2bbc8b4a991c7b5d09300aa55f39.zip |
If we can identify the terminal as iTerm2 or as tmux, we can be sure
they support 256 and RGB colours, so set those flags too.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1171,6 +1171,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; |