Notifys can go via the command queue instead of using their own queue.

This commit is contained in:
nicm
2016-10-16 19:15:02 +00:00
parent b342bd0b46
commit 026ad08b56
3 changed files with 51 additions and 65 deletions

1
tmux.h
View File

@@ -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 *);