[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.276 and 1.277

version 1.276, 2012/02/25 12:57:42 version 1.277, 2012/03/03 08:31:18
Line 1105 
Line 1105 
 This command only works from inside  This command only works from inside
 .Nm .  .Nm .
 .It Xo Ic join-pane  .It Xo Ic join-pane
 .Op Fl dhv  .Op Fl bdhv
 .Oo Fl l  .Oo Fl l
 .Ar size |  .Ar size |
 .Fl p Ar percentage Oc  .Fl p Ar percentage Oc
Line 1122 
Line 1122 
 into the space.  into the space.
 This can be used to reverse  This can be used to reverse
 .Ic break-pane .  .Ic break-pane .
   The
   .Fl b
   option causes
   .Ar src-pane
   to be joined to left of or above
   .Ar dst-pane .
 .It Xo Ic kill-pane  .It Xo Ic kill-pane
 .Op Fl a  .Op Fl a
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
Line 1210 
Line 1216 
 flag, see the  flag, see the
 .Sx FORMATS  .Sx FORMATS
 section.  section.
   .It Xo Ic move-pane
   .Op Fl bdhv
   .Oo Fl l
   .Ar size |
   .Fl p Ar percentage Oc
   .Op Fl s Ar src-pane
   .Op Fl t Ar dst-pane
   .Xc
   .D1 (alias: Ic movep )
   Like
   .Ic join-pane ,
   but
   .Ar src-pane
   and
   .Ar dst-pane
   may belong to the same window.
 .It Xo Ic move-window  .It Xo Ic move-window
 .Op Fl dk  .Op Fl dk
 .Op Fl s Ar src-window  .Op Fl s Ar src-window

Legend:
Removed from v.1.276  
changed lines
  Added in v.1.277