[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.1216 and 1.1217

version 1.1216, 2024/05/18 08:51:26 version 1.1217, 2024/05/19 03:27:58
Line 3207 
Line 3207 
 void    control_remove_sub(struct client *, const char *);  void    control_remove_sub(struct client *, const char *);
   
 /* control-notify.c */  /* control-notify.c */
 void    control_notify_input(struct client *, struct window_pane *,  
             const u_char *, size_t);  
 void    control_notify_pane_mode_changed(int);  void    control_notify_pane_mode_changed(int);
 void    control_notify_window_layout_changed(struct window *);  void    control_notify_window_layout_changed(struct window *);
 void    control_notify_window_pane_changed(struct window *);  void    control_notify_window_pane_changed(struct window *);

Legend:
Removed from v.1.1216  
changed lines
  Added in v.1.1217