diff options
author | nicm <nicm> | 2019-05-13 20:10:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2019-05-13 20:10:23 +0000 |
commit | 1ee944a19def82cb62abf6ab92c17eb30df77a41 (patch) | |
tree | d579637a77ad94dd0dd1fc2ce91acabad7c51c42 /tmux.1 | |
parent | 1b0512aa7e942e0a641ece7d86e92cf943eb62be (diff) | |
download | rtmux-1ee944a19def82cb62abf6ab92c17eb30df77a41.tar.gz rtmux-1ee944a19def82cb62abf6ab92c17eb30df77a41.tar.bz2 rtmux-1ee944a19def82cb62abf6ab92c17eb30df77a41.zip |
Add support for overline (SGR 53), from Ricardo Banffy.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -4091,6 +4091,7 @@ Set no attributes (turn off any active attributes). .Ic reverse , .Ic hidden , .Ic italics , +.Ic overline , .Ic strikethrough , .Ic double-underscore , .Ic curly-underscore , @@ -4820,6 +4821,8 @@ to change the cursor colour from inside .Bd -literal -offset indent $ printf '\e033]12;red\e033\e\e' .Ed +.It Em \&Smol +Enable the overline attribute. .It Em \&Smulx Set a styled underline. The single parameter is one of: 0 for no underline, 1 for normal |