[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.560 and 1.561

version 1.560, 2017/06/09 09:21:24 version 1.561, 2017/06/09 15:29:15
Line 1354 
Line 1354 
 The default is to capture only the visible contents of the pane.  The default is to capture only the visible contents of the pane.
 .It Xo  .It Xo
 .Ic choose-client  .Ic choose-client
   .Op Fl O Ar sort-order
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 1389 
Line 1390 
 .Ar template  .Ar template
 is not given, "detach-client -t '%%'" is used.  is not given, "detach-client -t '%%'" is used.
 .Pp  .Pp
   .Fl O
   specifies the initial sort order: one of
   .Ql name ,
   .Ql size ,
   .Ql creation ,
   or
   .Ql activity .
 This command works only if at least one client is attached.  This command works only if at least one client is attached.
 .It Xo  .It Xo
 .Ic choose-tree  .Ic choose-tree
 .Op Fl sw  .Op Fl sw
   .Op Fl O Ar sort-order
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 1428 
Line 1437 
 .Ar template  .Ar template
 is not given, "switch-client -t '%%'" is used.  is not given, "switch-client -t '%%'" is used.
 .Pp  .Pp
   .Fl O
   specifies the initial sort order: one of
   .Ql index ,
   .Ql name ,
   or
   .Ql time .
 This command works only if at least one client is attached.  This command works only if at least one client is attached.
 .It Xo  .It Xo
 .Ic display-panes  .Ic display-panes
Line 3957 
Line 3972 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Xo  .It Xo
 .Ic choose-buffer  .Ic choose-buffer
   .Op Fl O Ar sort-order
 .Op Fl t Ar target-pane  .Op Fl t Ar target-pane
 .Op Ar template  .Op Ar template
 .Xc  .Xc
Line 3988 
Line 4004 
 .Ar template  .Ar template
 is not given, "paste-buffer -b '%%'" is used.  is not given, "paste-buffer -b '%%'" is used.
 .Pp  .Pp
   .Fl O
   specifies the initial sort order: one of
   .Ql time ,
   .Ql name
   or
   .Ql size .
 This command works only if at least one client is attached.  This command works only if at least one client is attached.
 .It Ic clear-history Op Fl t Ar target-pane  .It Ic clear-history Op Fl t Ar target-pane
 .D1 (alias: Ic clearhist )  .D1 (alias: Ic clearhist )

Legend:
Removed from v.1.560  
changed lines
  Added in v.1.561