diff options
author | nicm <nicm> | 2020-10-05 09:53:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-10-05 09:53:01 +0000 |
commit | c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67 (patch) | |
tree | 236ef67629c55e32c29d994cb134db09c759ae31 /tmux.h | |
parent | f2dfc2759ea13c1e098a21bbedc9ac2c26f0b3b9 (diff) | |
download | rtmux-c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67.tar.gz rtmux-c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67.tar.bz2 rtmux-c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67.zip |
Use the setal capability as well as (tmux's) Setulc.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -448,6 +448,7 @@ enum tty_code_code { TTYC_KUP6, TTYC_KUP7, TTYC_MS, + TTYC_OL, TTYC_OP, TTYC_REV, TTYC_RGB, @@ -459,6 +460,7 @@ enum tty_code_code { TTYC_SE, TTYC_SETAB, TTYC_SETAF, + TTYC_SETAL, TTYC_SETRGBB, TTYC_SETRGBF, TTYC_SETULC, |