[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.827 and 1.828

version 1.827, 2018/07/04 09:44:07 version 1.828, 2018/07/04 12:30:52
Line 1594 
Line 1594 
                     struct cmd_find_state *, const char *, ...);                      struct cmd_find_state *, const char *, ...);
   
 /* notify.c */  /* notify.c */
   void    notify_hook(struct cmdq_item *, const char *);
 void    notify_input(struct window_pane *, struct evbuffer *);  void    notify_input(struct window_pane *, struct evbuffer *);
 void    notify_client(const char *, struct client *);  void    notify_client(const char *, struct client *);
 void    notify_session(const char *, struct session *);  void    notify_session(const char *, struct session *);

Legend:
Removed from v.1.827  
changed lines
  Added in v.1.828