aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2018-07-04 12:30:52 +0000
committernicm <nicm>2018-07-04 12:30:52 +0000
commitcc743dc296f9f8b5505ee217f15748f8d7c2b343 (patch)
treec49c9ac72e4b69406ea8fc0d99378015fdf79a19 /tmux.h
parentd254293a6d406db4b1d1d4cac36cd4225fa0d8a7 (diff)
downloadrtmux-cc743dc296f9f8b5505ee217f15748f8d7c2b343.tar.gz
rtmux-cc743dc296f9f8b5505ee217f15748f8d7c2b343.tar.bz2
rtmux-cc743dc296f9f8b5505ee217f15748f8d7c2b343.zip
Add set-hook -R to run a hook immediately (useful to set multiple hooks
to the same thing).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 7d3171c1..aaafd2e7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1594,6 +1594,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 *);