[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.546 and 1.547

version 1.546, 2017/05/03 05:53:34 version 1.547, 2017/05/04 07:16:43
Line 4231 
Line 4231 
 .Pp  .Pp
 The following notifications are defined:  The following notifications are defined:
 .Bl -tag -width Ds  .Bl -tag -width Ds
   .It Ic %client-session-changed Ar client Ar session-id Ar name
   The client is now attached to the session with ID
   .Ar session-id ,
   which is named
   .Ar name .
 .It Ic %exit Op Ar reason  .It Ic %exit Op Ar reason
 The  The
 .Nm  .Nm
Line 4253 
Line 4258 
 A window pane produced output.  A window pane produced output.
 .Ar value  .Ar value
 escapes non-printable characters and backslash as octal \\xxx.  escapes non-printable characters and backslash as octal \\xxx.
   .It Ic %pane-mode-changed Ar pane-id
   The pane with ID
   .Ar pane-id
   has changed mode.
 .It Ic %session-changed Ar session-id Ar name  .It Ic %session-changed Ar session-id Ar name
 The client is now attached to the session with ID  The client is now attached to the session with ID
 .Ar session-id ,  .Ar session-id ,
Line 4261 
Line 4270 
 .It Ic %session-renamed Ar name  .It Ic %session-renamed Ar name
 The current session was renamed to  The current session was renamed to
 .Ar name .  .Ar name .
   .It Ic %session-window-changed Ar session-id Ar window-id
   The session with ID
   .Ar session-id
   changed its active window to the window with 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 Ic %unlinked-window-add Ar window-id  .It Ic %unlinked-window-add Ar window-id
Line 4275 
Line 4289 
 The window with ID  The window with ID
 .Ar window-id  .Ar window-id
 closed.  closed.
   .It Ic %window-pane-changed Ar window-id Ar pane-id
   The active pane in the window with ID
   .Ar window-id
   changed to the pane with ID
   .Ar pane-id .
 .It Ic %window-renamed Ar window-id Ar name  .It Ic %window-renamed Ar window-id Ar name
 The window with ID  The window with ID
 .Ar window-id  .Ar window-id

Legend:
Removed from v.1.546  
changed lines
  Added in v.1.547