From d209fe9b1ef5cf135f86058942e3caa6f998038c Mon Sep 17 00:00:00 2001 From: nicm Date: Sat, 2 Sep 2023 09:17:23 +0000 Subject: Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub issue 3627. --- tmux.1 | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'tmux.1') 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. -- cgit v1.2.3