[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.1182 and 1.1183

version 1.1182, 2022/09/28 07:55:29 version 1.1183, 2022/10/28 13:00:02
Line 2163 
Line 2163 
 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 *);  void    notify_paste_buffer(const char *, int);
   
 /* options.c */  /* options.c */
 struct options  *options_create(struct options *);  struct options  *options_create(struct options *);
Line 3185 
Line 3185 
 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 *);  void    control_notify_paste_buffer_changed(const char *);
   void    control_notify_paste_buffer_deleted(const char *);
   
 /* session.c */  /* session.c */
 extern struct sessions sessions;  extern struct sessions sessions;

Legend:
Removed from v.1.1182  
changed lines
  Added in v.1.1183