diff options
author | Nicholas Marriott <nicm@cvs.openbsd.org> | 2023-09-02 09:17:24 +0000 |
---|---|---|
committer | Nicholas Marriott <nicm@cvs.openbsd.org> | 2023-09-02 09:17:24 +0000 |
commit | 93b3e52f44ed8760a2b09175ffd6d6282aea291f (patch) | |
tree | 09615aa607e44c8f46fe974616f53d10f67355de /usr.bin/tmux/tmux.h | |
parent | 1ba1020aafe68615a5914dbf8c6dd0c6d1303168 (diff) |
Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub
issue 3627.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r-- | usr.bin/tmux/tmux.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h index d3268a190a3..cdebd4b4f7b 100644 --- a/usr.bin/tmux/tmux.h +++ b/usr.bin/tmux/tmux.h @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.1207 2023/09/01 14:29:11 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.1208 2023/09/02 09:17:23 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com> @@ -536,6 +536,7 @@ enum tty_code_code { TTYC_SETRGBB, TTYC_SETRGBF, TTYC_SETULC, + TTYC_SETULC1, TTYC_SGR0, TTYC_SITM, TTYC_SMACS, |