aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-15 00:01:01 +0000
committernicm <nicm>2016-10-15 00:01:01 +0000
commit9b3ae84993d2493ff0761efbcda0b9d188ed6d9e (patch)
tree1bc73ae686ffab79340340746955900c843fc3a8 /tmux.h
parented971268be7cfd5a4a8223211401654b30a57cbd (diff)
downloadrtmux-9b3ae84993d2493ff0761efbcda0b9d188ed6d9e.tar.gz
rtmux-9b3ae84993d2493ff0761efbcda0b9d188ed6d9e.tar.bz2
rtmux-9b3ae84993d2493ff0761efbcda0b9d188ed6d9e.zip
Drain notifys once at the end of the server loop instead of doing it
from the end of every command queue (which could be nested).
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 3f29f07f..a57ac5b0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1577,8 +1577,7 @@ 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_enable(void);
-void notify_disable(void);
+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 *);