diff options
author | nicm <nicm> | 2020-10-05 09:53:01 +0000 |
---|---|---|
committer | nicm <nicm> | 2020-10-05 09:53:01 +0000 |
commit | c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67 (patch) | |
tree | 236ef67629c55e32c29d994cb134db09c759ae31 /tmux.1 | |
parent | f2dfc2759ea13c1e098a21bbedc9ac2c26f0b3b9 (diff) | |
download | rtmux-c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67.tar.gz rtmux-c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67.tar.bz2 rtmux-c8f3736b07a0ae4c73bd6517ab8c8596d74c1c67.zip |
Use the setal capability as well as (tmux's) Setulc.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5897,8 +5897,8 @@ 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 -Set the underscore colour. +.It Em \&Setulc , \&ol +Set the underscore colour or reset to the default. The argument is (red * 65536) + (green * 256) + blue where each is between 0 and 255. .It Em \&Ss , Se |