[BACK]Return to tmux.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.1 between version 1.671 and 1.672

version 1.671, 2019/06/21 07:11:01 version 1.672, 2019/06/27 15:17:41
Line 5044 
Line 5044 
 .Ed  .Ed
 .It Em \&Smol  .It Em \&Smol
 Enable the overline attribute.  Enable the overline attribute.
   The capability is usually SGR 53 and can be added to
   .Ic terminal-overrides
   as:
   .Bd -literal -offset indent
   Smol=\eE[53m
   .Ed
 .It Em \&Smulx  .It Em \&Smulx
 Set a styled underline.  Set a styled underscore.
 The single parameter is one of: 0 for no underline, 1 for normal  The single parameter is one of: 0 for no underscore, 1 for normal
 underline, 2 for double underline, 3 for curly underline, 4 for dotted  underscore, 2 for double underscore, 3 for curly underscore, 4 for dotted
 underline and 5 for dashed underline.  underscore and 5 for dashed underscore.
   The capability can typically be added to
   .Ic terminal-overrides
   as:
   .Bd -literal -offset indent
   Smulx=\eE[4::%p1%dm
   .Ed
   .It Em \&Setulc
   Set the underscore colour.
   The argument is (red * 65536) + (green * 256) + blue where each is between 0
   and 255.
   The capability can typically be added to
   .Ic terminal-overrides
   as:
   .Bd -literal -offset indent
   Setulc=\eE[58::2::%p1%{65536}%/%d::%p1%{256}%/%{255}%&%d::%p1%{255}%&%d%;m
   .Ed
 .It Em \&Ss , Se  .It Em \&Ss , Se
 Set or reset the cursor style.  Set or reset the cursor style.
 If set, a sequence such as this may be used  If set, a sequence such as this may be used

Legend:
Removed from v.1.671  
changed lines
  Added in v.1.672