summaryrefslogtreecommitdiffstats
path: root/tmux.1
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.1
parentc5542637d736424c3b73c6277bd70ac255762eaf (diff)
Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub
issue 3627.
Diffstat (limited to 'tmux.1')
-rw-r--r--tmux.110
1 files changed, 8 insertions, 2 deletions
diff --git a/tmux.1 b/tmux.1
index 6306e12a..abe88ba3 100644
--- a/tmux.1
+++ b/tmux.1
@@ -6802,9 +6802,15 @@ Set a styled underscore.
The single parameter is one of: 0 for no underscore, 1 for normal
underscore, 2 for double underscore, 3 for curly underscore, 4 for dotted
underscore and 5 for dashed underscore.
-.It Em \&Setulc , \&ol
+.It Em \&Setulc , \&Setulc1, \&ol
Set the underscore colour or reset to the default.
-The argument is (red * 65536) + (green * 256) + blue where each is between 0
+.Em Setulc
+is for RGB colours and
+.Em Setulc1
+for ANSI or 256 colours.
+The
+.Em Setulc
+argument is (red * 65536) + (green * 256) + blue where each is between 0
and 255.
.It Em \&Ss , Se
Set or reset the cursor style.