diff options
author | nicm <nicm> | 2016-10-16 22:18:04 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-16 22:18:04 +0000 |
commit | fe106842c879c8f2d0419afba4f90ce0c62c5e80 (patch) | |
tree | 6c36f504ab56639f6194d64b303c45d8d4e88153 /tmux.h | |
parent | 41e633acf5d08cbd8976771bd2b74f14abda3969 (diff) | |
download | rtmux-fe106842c879c8f2d0419afba4f90ce0c62c5e80.tar.gz rtmux-fe106842c879c8f2d0419afba4f90ce0c62c5e80.tar.bz2 rtmux-fe106842c879c8f2d0419afba4f90ce0c62c5e80.zip |
Use notifys for alerts too.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1585,6 +1585,7 @@ enum mode_key_cmd mode_key_lookup(struct mode_key_data *, key_code); void notify_input(struct window_pane *, struct evbuffer *); void notify_client(const char *, struct client *); void notify_session(const char *, struct session *); +void notify_winlink(const char *, struct session *, struct winlink *); void notify_session_window(const char *, struct session *, struct window *); void notify_window(const char *, struct window *); void notify_pane(const char *, struct window_pane *); |