[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.787 and 1.788

version 1.787, 2020/07/03 07:07:50 version 1.788, 2020/07/06 09:14:20
Line 1255 
Line 1255 
 .It Xo Ic refresh-client  .It Xo Ic refresh-client
 .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 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 1328 
Line 1329 
 .Fl A  .Fl A
 may be given multiple times for different panes.  may be given multiple times for different panes.
 .Pp  .Pp
   .Fl B
   sets a subscription to a format for a control mode client.
   The argument is split into three items by colons:
   .Ar name
   is a name for the subscription;
   .Ar what
   is a type of item to subscribe to;
   .Ar format
   is the format.
   After a subscription is added, changes to the format are reported with the
   .Ic %subscription-changed
   notification, at most once a second.
   If only the name is given, the subscription is removed.
   .Ar what
   may be empty to check the format only for the attached session, or one of:
   a pane ID such as
   .Ql %0 ;
   .Ql %*
   for all panes in the attached session;
   an window ID such as
   .Ql @0 ;
   or
   .Ql @*
   for all windows in the attached session.
   .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 .
Line 5932 
Line 5958 
 If present,  If present,
 .Ar reason  .Ar reason
 describes why the client exited.  describes why the client exited.
 .It Ic %extended-output Ar pane-id Ar age Ar ... : Ar value  .It Ic %extended-output Ar pane-id Ar age Ar ... \&  : Ar value
 New form of  New form of
 .Ic %output  .Ic %output
 sent when the  sent when the
Line 5980 
Line 6006 
 .Ar window-id .  .Ar window-id .
 .It Ic %sessions-changed  .It Ic %sessions-changed
 A session was created or destroyed.  A session was created or destroyed.
   .It Xo Ic %subscription-changed
   .Ar name
   .Ar session-id
   .Ar window-id
   .Ar window-index
   .Ar pane-id ... \&  :
   .Ar value
   .Xc
   The value of the format associated with subscription
   .Ar name
   has changed to
   .Ar value .
   See
   .Ic refresh-client
   .Fl B .
   Any arguments after
   .Ar pane-id
   up until a single
   .Ql \&:
   are for future use and should be ignored.
 .It Ic %unlinked-window-add Ar window-id  .It Ic %unlinked-window-add Ar window-id
 The window with ID  The window with ID
 .Ar window-id  .Ar window-id

Legend:
Removed from v.1.787  
changed lines
  Added in v.1.788