[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.1180 and 1.1181

version 1.1180, 2022/08/15 08:54:03 version 1.1181, 2022/08/15 09:10:34
Line 2154 
Line 2154 
 void    notify_session_window(const char *, struct session *, struct window *);  void    notify_session_window(const char *, struct session *, struct window *);
 void    notify_window(const char *, struct window *);  void    notify_window(const char *, struct window *);
 void    notify_pane(const char *, struct window_pane *);  void    notify_pane(const char *, struct window_pane *);
   void    notify_paste_buffer(const char *);
   
 /* options.c */  /* options.c */
 struct options  *options_create(struct options *);  struct options  *options_create(struct options *);
Line 3174 
Line 3175 
 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 *);
 void    control_notify_session_window_changed(struct session *);  void    control_notify_session_window_changed(struct session *);
   void    control_notify_paste_buffer_changed(const char *);
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;

Legend:
Removed from v.1.1180  
changed lines
  Added in v.1.1181