summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2023-09-02 09:17:23 +0000
committernicm <nicm>2023-09-02 09:17:23 +0000
commitd209fe9b1ef5cf135f86058942e3caa6f998038c (patch)
treef34fb8e87a1fdfd2c1441f25d81a1fd50b86f53e /tmux.h
parentc5542637d736424c3b73c6277bd70ac255762eaf (diff)
Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub
issue 3627.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 758713e5..4ce4d1dd 100644
--- a/tmux.h
+++ b/tmux.h
@@ -536,6 +536,7 @@ enum tty_code_code {
TTYC_SETRGBB,
TTYC_SETRGBF,
TTYC_SETULC,
+ TTYC_SETULC1,
TTYC_SGR0,
TTYC_SITM,
TTYC_SMACS,