[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.203 and 1.204

version 1.203, 2011/01/03 23:35:21 version 1.204, 2011/01/04 02:03:41
Line 1255 
Line 1255 
 .Fl U  .Fl U
 or downward (numerically higher).  or downward (numerically higher).
 .It Xo Ic select-layout  .It Xo Ic select-layout
   .Op Fl np
 .Op Fl t Ar target-window  .Op Fl t Ar target-window
 .Op Ar layout-name  .Op Ar layout-name
 .Xc  .Xc
Line 1263 
Line 1264 
 If  If
 .Ar layout-name  .Ar layout-name
 is not given, the last preset layout used (if any) is reapplied.  is not given, the last preset layout used (if any) is reapplied.
   .Fl n
   and
   .Fl p
   are equivalent to the
   .Ic next-layout
   and
   .Ic previous-layout
   commands.
 .It Xo Ic select-pane  .It Xo Ic select-pane
 .Op Fl DLRU  .Op Fl lDLRU
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Xc  .Xc
 .D1 (alias: Ic selectp )  .D1 (alias: Ic selectp )
Line 1280 
Line 1289 
 .Fl U  .Fl U
 is used, respectively the pane below, to the left, to the right, or above the  is used, respectively the pane below, to the left, to the right, or above the
 target pane is used.  target pane is used.
 .It Ic select-window Op Fl t Ar target-window  .Fl l
   is the same as using the
   .Ic last-pane
   command.
   .It Xo Ic select-window
   .Op Fl lnp
   .Op Fl t Ar target-window
   .Xc
 .D1 (alias: Ic selectw )  .D1 (alias: Ic selectw )
 Select the window at  Select the window at
 .Ar target-window .  .Ar target-window .
   .Fl l ,
   .Fl n
   and
   .Fl p
   are equivalent to the
   .Ic last-window ,
   .Ic next-window
   and
   .Ic previous-window
   commands.
 .It Xo Ic split-window  .It Xo Ic split-window
 .Op Fl dhvP  .Op Fl dhvP
 .Oo Fl l  .Oo Fl l

Legend:
Removed from v.1.203  
changed lines
  Added in v.1.204