[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.130 and 1.131

version 1.130, 2009/12/03 22:50:10 version 1.131, 2009/12/03 22:54:34
Line 627 
Line 627 
 .Ic next-layout  .Ic next-layout
 (bound to  (bound to
 .Ql C-space  .Ql C-space
 by default); once a layout is chosen, panes within it may be moved and resized as normal.  by default); once a layout is chosen, panes within it may be moved and resized
   as normal.
 .Pp  .Pp
 The following layouts are supported:  The following layouts are supported:
 .Bl -tag -width Ds  .Bl -tag -width Ds
Line 636 
Line 637 
 .It Ic even-vertical  .It Ic even-vertical
 Panes are spread evenly from top to bottom.  Panes are spread evenly from top to bottom.
 .It Ic main-horizontal  .It Ic main-horizontal
 A large (main) pane is shown at the top of the window and the remaining panes are  A large (main) pane is shown at the top of the window and the remaining panes
 spread from left to right in the leftover space at the bottom.  are spread from left to right in the leftover space at the bottom.
 Use the  Use the
 .Em main-pane-height  .Em main-pane-height
 window option to specify the height of the top pane.  window option to specify the height of the top pane.
Line 1518 
Line 1519 
 .Ql fg=colour  .Ql fg=colour
 to set the foreground colour,  to set the foreground colour,
 .Ql bg=colour  .Ql bg=colour
 to set the background colour, the name of one of the attributes (listed under the  to set the background colour, the name of one of the attributes (listed under
   the
 .Ic message-attr  .Ic message-attr
 option) to turn an attribute on, or an attribute prefixed with  option) to turn an attribute on, or an attribute prefixed with
 .Ql no  .Ql no
Line 1964 
Line 1966 
 The window name is printed in inverted colours if an alert (bell, activity or  The window name is printed in inverted colours if an alert (bell, activity or
 content) is present.  content) is present.
 .Pp  .Pp
 The colour and attributes of the status line may be configured, the entire status line using  The colour and attributes of the status line may be configured, the entire
 the  status line using the
 .Ic status-attr ,  .Ic status-attr ,
 .Ic status-fg  .Ic status-fg
 and  and
Line 1977 
Line 1979 
 .Ic window-status-bg  .Ic window-status-bg
 window options.  window options.
 .Pp  .Pp
 The status line is automatically refreshed at interval if it has changed, the interval may be  The status line is automatically refreshed at interval if it has changed, the
 controlled with the  interval may be controlled with the
 .Ic status-interval  .Ic status-interval
 session option.  session option.
 .Pp  .Pp

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.131