summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2020-10-05 09:53:01 +0000
committernicm <nicm>2020-10-05 09:53:01 +0000
commitc8f3736b07a0ae4c73bd6517ab8c8596d74c1c67 (patch)
tree236ef67629c55e32c29d994cb134db09c759ae31 /tmux.h
parentf2dfc2759ea13c1e098a21bbedc9ac2c26f0b3b9 (diff)
Use the setal capability as well as (tmux's) Setulc.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index dd8ac2c1..4ba2c13b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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,