[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.624 and 1.625

version 1.624, 2019/03/18 14:10:25 version 1.625, 2019/03/18 20:53:33
Line 251 
Line 251 
 .It !  .It !
 Break the current pane out of the window.  Break the current pane out of the window.
 .It \&"  .It \&"
   .\" "
 Split the current pane into two, top and bottom.  Split the current pane into two, top and bottom.
 .It #  .It #
 List all paste buffers.  List all paste buffers.
Line 2838 
Line 2839 
 The values are the same as those for  The values are the same as those for
 .Ic activity-action .  .Ic activity-action .
 .It Xo Ic status  .It Xo Ic status
 .Op Ic on | off  .Op Ic off | on | 2 | 3 | 4 | 5
 .Xc  .Xc
 Show or hide the status line.  Show or hide the status line or specify its size.
   Using
   .Ic on
   gives a status line one row in height;
   .Ic 2 ,
   .Ic 3 ,
   .Ic 4
   or
   .Ic 5
   more rows.
   .It Ic status-format[] Ar format
   Specify the format to be used for each line of the status line.
   The default builds the top status line from the various individual status
   options below.
 .It Ic status-interval Ar interval  .It Ic status-interval Ar interval
 Update the status line every  Update the status line every
 .Ar interval  .Ar interval
Line 3669 
Line 3683 
 .Bd -literal -offset indent  .Bd -literal -offset indent
 #{W:#{E:window-status-format} ,#{E:window-status-current-format} }  #{W:#{E:window-status-format} ,#{E:window-status-current-format} }
 .Ed  .Ed
   .Pp
 A prefix of the form  A prefix of the form
 .Ql s/foo/bar/:  .Ql s/foo/bar/:
 will substitute  will substitute
Line 3872 
Line 3887 
 Set the background colour.  Set the background colour.
 .It Ic none  .It Ic none
 Set no attributes (turn off any active attributes).  Set no attributes (turn off any active attributes).
 .It Xo Ic bright (or  .It Xo Ic bright
 .Ic bold )  (or
   .Ic bold ) ,
 .Ic dim ,  .Ic dim ,
 .Ic underscore ,  .Ic underscore ,
 .Ic blink ,  .Ic blink ,
Line 3890 
Line 3906 
 Any of the attributes may be prefixed with  Any of the attributes may be prefixed with
 .Ql no  .Ql no
 to unset.  to unset.
   .It Xo Ic align=left
   (or
   .Ic noalign ) ,
   .Ic align=centre ,
   .Ic align=right
   .Xc
   Align text to the left, centre or right of the available space if appropriate.
   .It Xo Ic list=on ,
   .Ic list=focus ,
   .Ic list=left-marker ,
   .Ic list=right=marker ,
   .Ic nolist
   .Xc
   Mark the position of the various window list components in the
   .Ic status-format
   option:
   .Ic list=on
   marks the start of the list;
   .Ic list=focus
   is the part of the list that should be kept in focus if the entire list won't fit
   in the available space (typically the current window);
   .Ic list=left-marker
   and
   .Ic list=right-marker
   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.
   .It Xo Ic range=left ,
   .Ic range=right ,
   .Ic range=window|X ,
   .Ic norange
   .Xc
   Mark a range in the
   . Ic status-format
   option.
   .Ic range=left
   and
   .Ic range=right
   are the text used for the
   .Ql StatusLeft
   and
   .Ql StatusRight
   mouse keys.
   .Ic range=window|X
   is the range for a window passed to the
   .Ql Status
   mouse key, where
   .Ql X
   is a window index.
 .El  .El
 .Pp  .Pp
 Examples are:  Examples are:

Legend:
Removed from v.1.624  
changed lines
  Added in v.1.625