[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.854 and 1.855

version 1.854, 2021/08/13 18:54:54 version 1.855, 2021/08/27 17:15:57
Line 1331 
Line 1331 
 .Op Fl cDlLRSU  .Op Fl cDlLRSU
 .Op Fl A Ar pane:state  .Op Fl A Ar pane:state
 .Op Fl B Ar name:what:format  .Op Fl B Ar name:what:format
 .Op Fl C Ar XxY  .Op Fl C Ar size
 .Op Fl f Ar flags  .Op Fl f Ar flags
 .Op Fl t Ar target-client  .Op Fl t Ar target-client
 .Op Ar adjustment  .Op Ar adjustment
Line 1375 
Line 1375 
 it.  it.
 .Pp  .Pp
 .Fl C  .Fl C
 sets the width and height of a control mode client.  sets the width and height of a control mode client or of a window for a
   control mode client,
   .Ar size
   must be one of
   .Ql widthxheight
   or
   .Ql window ID:widthxheight ,
   for example
   .Ql 80x24
   or
   .Ql @0:80x24 .
 .Fl A  .Fl A
 allows a control mode client to trigger actions on a pane.  allows a control mode client to trigger actions on a pane.
 The argument is a pane ID (with leading  The argument is a pane ID (with leading

Legend:
Removed from v.1.854  
changed lines
  Added in v.1.855