[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.670 and 1.671

version 1.670, 2016/10/16 19:36:37 version 1.671, 2016/10/16 22:06:40
Line 1583 
Line 1583 
   
 /* notify.c */  /* notify.c */
 void    notify_input(struct window_pane *, struct evbuffer *);  void    notify_input(struct window_pane *, struct evbuffer *);
 void    notify_window_layout_changed(struct window *);  void    notify_client(const char *, struct client *);
 void    notify_window_unlinked(struct session *, struct window *);  void    notify_session(const char *, struct session *);
 void    notify_window_linked(struct session *, struct window *);  void    notify_session_window(const char *, struct session *, struct window *);
 void    notify_window_renamed(struct window *);  void    notify_window(const char *, struct window *);
 void    notify_attached_session_changed(struct client *);  void    notify_pane(const char *, struct window_pane *);
 void    notify_session_renamed(struct session *);  
 void    notify_session_created(struct session *);  
 void    notify_session_closed(struct session *);  
   
 /* options.c */  /* options.c */
 struct options *options_create(struct options *);  struct options *options_create(struct options *);
Line 2209 
Line 2206 
 void    control_notify_window_unlinked(struct session *, struct window *);  void    control_notify_window_unlinked(struct session *, struct window *);
 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_attached_session_changed(struct client *);  void    control_notify_client_session_changed(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.670  
changed lines
  Added in v.1.671