diff options
author | nicm <nicm> | 2018-07-04 12:30:52 +0000 |
---|---|---|
committer | nicm <nicm> | 2018-07-04 12:30:52 +0000 |
commit | cc743dc296f9f8b5505ee217f15748f8d7c2b343 (patch) | |
tree | c49c9ac72e4b69406ea8fc0d99378015fdf79a19 /tmux.h | |
parent | d254293a6d406db4b1d1d4cac36cd4225fa0d8a7 (diff) | |
download | rtmux-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 *); |