diff options
author | nicm <nicm> | 2016-10-15 00:09:30 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-15 00:09:30 +0000 |
commit | 63b2547a0255c42bff405ca34577de240a99b736 (patch) | |
tree | c741a634cd1e1f645a626c53de81d8e591f62438 /tmux.h | |
parent | 9b3ae84993d2493ff0761efbcda0b9d188ed6d9e (diff) | |
download | rtmux-63b2547a0255c42bff405ca34577de240a99b736.tar.gz rtmux-63b2547a0255c42bff405ca34577de240a99b736.tar.bz2 rtmux-63b2547a0255c42bff405ca34577de240a99b736.zip |
Fire hooks on the simple notifys (window-renamed and session-renamed),
the complicated ones get no hooks for now (more to come).
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 *); |