[BACK]Return to tmux.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / tmux

Diff for /src/usr.bin/tmux/tmux.h between version 1.1099 and 1.1100

version 1.1099, 2021/03/11 07:08:18 version 1.1100, 2021/03/16 09:14:58
Line 2945 
Line 2945 
 void    control_notify_window_linked(struct session *, struct window *);  void    control_notify_window_linked(struct session *, struct window *);
 void    control_notify_window_renamed(struct window *);  void    control_notify_window_renamed(struct window *);
 void    control_notify_client_session_changed(struct client *);  void    control_notify_client_session_changed(struct client *);
   void    control_notify_client_detached(struct client *);
 void    control_notify_session_renamed(struct session *);  void    control_notify_session_renamed(struct session *);
 void    control_notify_session_created(struct session *);  void    control_notify_session_created(struct session *);
 void    control_notify_session_closed(struct session *);  void    control_notify_session_closed(struct session *);

Legend:
Removed from v.1.1099  
changed lines
  Added in v.1.1100