diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-08 13:21:37 +0100 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2018-10-08 13:21:37 +0100 |
commit | 4b9e76aaaa2dffc01a796fe2ee6edafdfce814a9 (patch) | |
tree | 5e18c336cb634abab745aa7d959f14ab5af16430 /tmux.1 | |
parent | 46847e9b2e048204690e544b8e6ab328b2a33233 (diff) | |
download | rtmux-4b9e76aaaa2dffc01a796fe2ee6edafdfce814a9.tar.gz rtmux-4b9e76aaaa2dffc01a796fe2ee6edafdfce814a9.tar.bz2 rtmux-4b9e76aaaa2dffc01a796fe2ee6edafdfce814a9.zip |
Support for extended underline styles, enabled by adding the Smulx
capability with terminal-overrides (add something like
'vte*:Smulx=\E[4\:%p1%dm'). GitHub issue 1492.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -2857,8 +2857,12 @@ or a comma-delimited list of one or more of: .Ic reverse , .Ic hidden , .Ic italics , +.Ic strikethrough , +.Ic double-underscore +.Ic curly-underscore +.Ic dotted-underscore or -.Ic strikethrough +.Ic dashed-underscore to turn an attribute on, or an attribute prefixed with .Ql no to turn one off. @@ -4525,6 +4529,11 @@ to change the cursor colour from inside .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed +.It Em \&Smulx +Set a styled underline. +The single parameter is one of: 0 for no underline, 1 for normal +underline, 2 for double underline, 3 for curly underline, 4 for dotted +underline and 5 for dashed underline. .It Em \&Ss , Se Set or reset the cursor style. If set, a sequence such as this may be used |