diff options
author | nicm <nicm> | 2016-10-16 19:15:02 +0000 |
---|---|---|
committer | nicm <nicm> | 2016-10-16 19:15:02 +0000 |
commit | 026ad08b56b4577beab6bad06b8a7a21602bca11 (patch) | |
tree | 6bfa976a7d8a3a2fe94d032e92727a5715efd15b /tmux.h | |
parent | b342bd0b462f69a9fc9a59d52bcd4bb34b57114f (diff) | |
download | rtmux-026ad08b56b4577beab6bad06b8a7a21602bca11.tar.gz rtmux-026ad08b56b4577beab6bad06b8a7a21602bca11.tar.bz2 rtmux-026ad08b56b4577beab6bad06b8a7a21602bca11.zip |
Notifys can go via the command queue instead of using their own queue.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1581,7 +1581,6 @@ void mode_key_init(struct mode_key_data *, struct mode_key_tree *); enum mode_key_cmd mode_key_lookup(struct mode_key_data *, key_code); /* notify.c */ -void notify_drain(void); void notify_input(struct window_pane *, struct evbuffer *); void notify_window_layout_changed(struct window *); void notify_window_unlinked(struct session *, struct window *); |