[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.537 and 1.538

version 1.537, 2017/02/10 12:59:18 version 1.538, 2017/02/15 08:47:55
Line 909 
Line 909 
 .Fl t .  .Fl t .
 If  If
 .Fl S  .Fl S
 is specified, only update the client's status bar.  is specified, only update the client's status line.
 .Pp  .Pp
 .Fl C  .Fl C
 sets the width and height of a control client.  sets the width and height of a control client.
Line 2759 
Line 2759 
 .Xc  .Xc
 Show or hide the status line.  Show or hide the status line.
 .It Ic status-interval Ar interval  .It Ic status-interval Ar interval
 Update the status bar every  Update the status line every
 .Ar interval  .Ar interval
 seconds.  seconds.
 By default, updates will occur every 15 seconds.  By default, updates will occur every 15 seconds.
Line 2783 
Line 2783 
 .It Ic status-left Ar string  .It Ic status-left Ar string
 Display  Display
 .Ar string  .Ar string
 (by default the session name) to the left of the status bar.  (by default the session name) to the left of the status line.
 .Ar string  .Ar string
 will be passed through  will be passed through
 .Xr strftime 3  .Xr strftime 3
Line 2813 
Line 2813 
 .It Ic status-left-length Ar length  .It Ic status-left-length Ar length
 Set the maximum  Set the maximum
 .Ar length  .Ar length
 of the left component of the status bar.  of the left component of the status line.
 The default is 10.  The default is 10.
 .It Ic status-left-style Ar style  .It Ic status-left-style Ar style
 Set the style of the left part of the status line.  Set the style of the left part of the status line.
Line 2829 
Line 2829 
 .It Ic status-right Ar string  .It Ic status-right Ar string
 Display  Display
 .Ar string  .Ar string
 to the right of the status bar.  to the right of the status line.
 By default, the current window title in double quotes, the date and the time  By default, the current window title in double quotes, the date and the time
 are shown.  are shown.
 As with  As with
Line 2841 
Line 2841 
 .It Ic status-right-length Ar length  .It Ic status-right-length Ar length
 Set the maximum  Set the maximum
 .Ar length  .Ar length
 of the right component of the status bar.  of the right component of the status line.
 The default is 40.  The default is 40.
 .It Ic status-right-style Ar style  .It Ic status-right-style Ar style
 Set the style of the right part of the status line.  Set the style of the right part of the status line.

Legend:
Removed from v.1.537  
changed lines
  Added in v.1.538