Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub

issue 3627.
This commit is contained in:
nicm
2023-09-02 09:17:23 +00:00
parent c5542637d7
commit d209fe9b1e
5 changed files with 28 additions and 9 deletions

1
tmux.h
View File

@@ -536,6 +536,7 @@ enum tty_code_code {
TTYC_SETRGBB,
TTYC_SETRGBF,
TTYC_SETULC,
TTYC_SETULC1,
TTYC_SGR0,
TTYC_SITM,
TTYC_SMACS,