diff options
author | nicm <nicm> | 2016-01-16 00:36:53 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-01-16 00:36:53 +0000 |
commit | c9815307ebe8b729504d383904ae3ef3b862cf11 (patch) | |
tree | 172486debb60fc07e4a72393e218c89957f3e780 /tmux.h | |
parent | d551ab8e5cfb00fbb7a79e7f0c3f4f2780fc6824 (diff) | |
download | rtmux-c9815307ebe8b729504d383904ae3ef3b862cf11.tar.gz rtmux-c9815307ebe8b729504d383904ae3ef3b862cf11.tar.bz2 rtmux-c9815307ebe8b729504d383904ae3ef3b862cf11.zip |
Add hooks for alerts (bell, silence, activity), from Thomas Adam.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1780,6 +1780,8 @@ void cmd_find_copy_state(struct cmd_find_state *, void cmd_find_log_state(const char *, struct cmd_find_state *); 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_window(struct cmd_find_state *, struct window *); int cmd_find_from_pane(struct cmd_find_state *, struct window_pane *); |