aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-15 00:09:30 +0000
committernicm <nicm>2016-10-15 00:09:30 +0000
commit63b2547a0255c42bff405ca34577de240a99b736 (patch)
treec741a634cd1e1f645a626c53de81d8e591f62438 /tmux.h
parent9b3ae84993d2493ff0761efbcda0b9d188ed6d9e (diff)
downloadrtmux-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index a57ac5b0..0db6f031 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);