Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2018-07-04 15:02:25 +01:00
5 changed files with 60 additions and 20 deletions

1
tmux.h
View File

@ -1598,6 +1598,7 @@ void printflike(4, 5) hooks_insert(struct hooks *, struct cmdq_item *,
struct cmd_find_state *, const char *, ...);
/* notify.c */
void notify_hook(struct cmdq_item *, const char *);
void notify_input(struct window_pane *, struct evbuffer *);
void notify_client(const char *, struct client *);
void notify_session(const char *, struct session *);