diff options
author | nicm <nicm> | 2017-03-22 07:16:54 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-03-22 07:16:54 +0000 |
commit | df3ab87964fc52c6f44b2bbe014c8bec202d0528 (patch) | |
tree | 18acb5eb18fa51e177d47eb5e0e828e0322a69ee /tmux.1 | |
parent | 04e17a7e110bb0c70bc917b340aedd94fa60891f (diff) | |
download | rtmux-df3ab87964fc52c6f44b2bbe014c8bec202d0528.tar.gz rtmux-df3ab87964fc52c6f44b2bbe014c8bec202d0528.tar.bz2 rtmux-df3ab87964fc52c6f44b2bbe014c8bec202d0528.zip |
Add support for the strikethrough attribute (SGR 9), using the new smxx
terminfo capability. This means there are now nine attribute bits, so
anything above 0xff uses an extended cell.
Diffstat (limited to 'tmux.1')
-rw-r--r-- | tmux.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2664,8 +2664,9 @@ or a comma-delimited list of one or more of: .Ic blink , .Ic reverse , .Ic hidden , -or .Ic italics , +or +.Ic strikethrough to turn an attribute on, or an attribute prefixed with .Ql no to turn one off. |