[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.687 and 1.688

version 1.687, 2019/09/11 06:43:17 version 1.688, 2019/09/15 21:42:57
Line 4333 
Line 4333 
 .Pp  .Pp
 A style may be the single term  A style may be the single term
 .Ql default  .Ql default
 to specify the default style (which may inherit from another option) or a space  to specify the default style (which may come from an option, for example
   .Ic status-style
   in the status line) or a space
 or comma separated list of the following:  or comma separated list of the following:
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Ic fg=colour  .It Ic fg=colour
Line 4412 
Line 4414 
 .Ic list=right-marker  .Ic list=right-marker
 mark the text to be used to mark that text has been trimmed from the left or  mark the text to be used to mark that text has been trimmed from the left or
 right of the list if there is not enough space.  right of the list if there is not enough space.
   .It Xo Ic push-default ,
   .Ic pop-default
   .Xc
   Store the current colours and attributes as the default or reset to the previous
   default.
   A
   .Ic push-default
   affects any subsequent use of the
   .Ic default
   term until a
   .Ic pop-default .
   Only one default may be pushed (each
   .Ic push-default
   replaces the previous saved default).
 .It Xo Ic range=left ,  .It Xo Ic range=left ,
 .Ic range=right ,  .Ic range=right ,
 .Ic range=window|X ,  .Ic range=window|X ,

Legend:
Removed from v.1.687  
changed lines
  Added in v.1.688