[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.689 and 1.690

version 1.689, 2019/09/19 09:02:30 version 1.690, 2019/10/15 08:25:37
Line 1891 
Line 1891 
 This command works only if at least one client is attached.  This command works only if at least one client is attached.
 .It Xo Ic join-pane  .It Xo Ic join-pane
 .Op Fl bdhv  .Op Fl bdhv
 .Oo Fl l  .Op Fl l Ar size
 .Ar size |  
 .Fl p Ar percentage Oc  
 .Op Fl s Ar src-pane  .Op Fl s Ar src-pane
 .Op Fl t Ar dst-pane  .Op Fl t Ar dst-pane
 .Xc  .Xc
Line 2030 
Line 2028 
 section.  section.
 .It Xo Ic move-pane  .It Xo Ic move-pane
 .Op Fl bdhv  .Op Fl bdhv
 .Oo Fl l  .Op Fl l Ar size
 .Ar size |  
 .Fl p Ar percentage Oc  
 .Op Fl s Ar src-pane  .Op Fl s Ar src-pane
 .Op Fl t Ar dst-pane  .Op Fl t Ar dst-pane
 .Xc  .Xc
Line 2241 
Line 2237 
 .Fl y .  .Fl y .
 The  The
 .Ar adjustment  .Ar adjustment
 is given in lines or cells (the default is 1).  is given in lines or columns (the default is 1);
 .Pp  .Fl x
   and
   .Fl y
   may be a given as a number of lines or columns or followed by
   .Ql %
   for a percentage of the window size (for example
   .Ql -x 10% ) .
 With  With
 .Fl Z ,  .Fl Z ,
 the active pane is toggled between zoomed (occupying the whole of the window)  the active pane is toggled between zoomed (occupying the whole of the window)
Line 2434 
Line 2436 
 .Op Fl bdfhIvP  .Op Fl bdfhIvP
 .Op Fl c Ar start-directory  .Op Fl c Ar start-directory
 .Op Fl e Ar environment  .Op Fl e Ar environment
 .Oo Fl l  .Op Fl l Ar size
 .Ar size |  
 .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  .Op Fl F Ar format
Line 2452 
Line 2452 
 is assumed.  is assumed.
 The  The
 .Fl l  .Fl l
 and  option specifies the size of the new pane in lines (for vertical split) or in
 .Fl p  columns (for horizontal split);
 options specify the size of the new pane in lines (for vertical split) or in  .Ar size
 cells (for horizontal split), or as a percentage, respectively.  may be followed by
   .Ql %
   to specify a percentage of the available space.
 The  The
 .Fl b  .Fl b
 option causes the new pane to be created to the left of or above  option causes the new pane to be created to the left of or above

Legend:
Removed from v.1.689  
changed lines
  Added in v.1.690