Fire hooks on the simple notifys (window-renamed and session-renamed),

the complicated ones get no hooks for now (more to come).
This commit is contained in:
nicm
2016-10-15 00:09:30 +00:00
parent 9b3ae84993
commit 63b2547a02
4 changed files with 74 additions and 2 deletions

2
tmux.h
View File

@ -1742,6 +1742,8 @@ int cmd_find_from_session(struct cmd_find_state *,
struct session *);
int cmd_find_from_winlink(struct cmd_find_state *,
struct session *, struct winlink *);
int cmd_find_from_session_window(struct cmd_find_state *,
struct session *, struct window *);
int cmd_find_from_window(struct cmd_find_state *, struct window *);
int cmd_find_from_pane(struct cmd_find_state *,
struct window_pane *);