[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.772 and 1.773

version 1.772, 2020/05/16 16:44:54 version 1.773, 2020/05/21 07:24:13
Line 1251 
Line 1251 
 specified multiple times.  specified multiple times.
 .It Xo Ic refresh-client  .It Xo Ic refresh-client
 .Op Fl cDlLRSU  .Op Fl cDlLRSU
   .Op Fl A Ar pane:state
 .Op Fl C Ar XxY  .Op Fl C Ar XxY
 .Op Fl f Ar flags  .Op Fl f Ar flags
 .Op Fl t Ar target-client  .Op Fl t Ar target-client
Line 1295 
Line 1296 
 it.  it.
 .Pp  .Pp
 .Fl C  .Fl C
 sets the width and height of a control client.  sets the width and height of a control mode client.
   .Fl A
   informs
   .Nm
   of a control mode client's interest in a pane.
   The argument is a pane ID (with leading
   .Ql % ) ,
   a colon, then one of
   .Ql on
   or
   .Ql off .
   If
   .Ql off ,
   .Nm
   will not send output from the pane to the client and if all clients have turned
   the pane off, will stop reading from the pane.
   .Fl A
   may be given multiple times.
   .Pp
 .Fl f  .Fl f
 sets a comma-separated list of client flags, see  sets a comma-separated list of client flags, see
 .Ic attach-session .  .Ic attach-session .

Legend:
Removed from v.1.772  
changed lines
  Added in v.1.773