Use the setal capability as well as (tmux's) Setulc.

This commit is contained in:
nicm
2020-10-05 09:53:01 +00:00
parent f2dfc2759e
commit c8f3736b07
5 changed files with 31 additions and 12 deletions

2
tmux.h
View File

@ -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,