[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.278 and 1.279

version 1.278, 2012/03/03 09:43:22 version 1.279, 2012/03/04 20:50:53
Line 1249 
Line 1249 
 .Op Fl c Ar start-directory  .Op Fl c Ar start-directory
 .Op Fl n Ar window-name  .Op Fl n Ar window-name
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
   .Op Fl F Ar format
 .Op Ar shell-command  .Op Ar shell-command
 .Xc  .Xc
 .D1 (alias: Ic neww )  .D1 (alias: Ic neww )
Line 1306 
Line 1307 
 .Pp  .Pp
 The  The
 .Fl P  .Fl P
 option prints the location of the new window after it has been created.  option prints information about the new window after it has been created.
   By default, it uses the format
   .Ql #{session_name}:#{window_index}
   but a different format may be specified with
   .Fl F .
 .It Ic next-layout Op Fl t Ar target-window  .It Ic next-layout Op Fl t Ar target-window
 .D1 (alias: Ic nextl )  .D1 (alias: Ic nextl )
 Move a window to the next layout and rearrange the panes to fit.  Move a window to the next layout and rearrange the panes to fit.
Line 1491 
Line 1496 
 .Fl p Ar percentage Oc  .Fl p Ar percentage Oc
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar shell-command  .Op Ar shell-command
   .Op Fl F Ar format
 .Xc  .Xc
 .D1 (alias: Ic splitw )  .D1 (alias: Ic splitw )
 Create a new pane by splitting  Create a new pane by splitting

Legend:
Removed from v.1.278  
changed lines
  Added in v.1.279