aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2012-09-25 17:05:36 +0100
committerThomas Adam <thomas@xteddy.org>2012-09-25 17:05:36 +0100
commit48750022c092396e1b9259119fcb9772d6e125f1 (patch)
tree4008645b8d49985039c27316106aa9fed3c36ee9 /tmux.h
parentce0b285aad74bae8b7e4d8fff1b63749cf6ddf84 (diff)
parent17bbf90393a5599cfe82becdc5c29a7ad48012c4 (diff)
downloadrtmux-48750022c092396e1b9259119fcb9772d6e125f1.tar.gz
rtmux-48750022c092396e1b9259119fcb9772d6e125f1.tar.bz2
rtmux-48750022c092396e1b9259119fcb9772d6e125f1.zip
Merge branch 'obsd-master'
Sync from OpenBSD.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 4bfde70e..c18499b1 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1527,6 +1527,7 @@ enum mode_key_cmd mode_key_lookup(struct mode_key_data *, int);
/* notify.c */
void notify_enable(void);
void notify_disable(void);
+void notify_input(struct window_pane *, struct evbuffer *);
void notify_window_layout_changed(struct window *);
void notify_window_unlinked(struct session *, struct window *);
void notify_window_linked(struct session *, struct window *);
@@ -2220,6 +2221,8 @@ void printflike2 control_write(struct client *, const char *, ...);
void control_write_buffer(struct client *, struct evbuffer *);
/* control-notify.c */
+void control_notify_input(struct client *, struct window_pane *,
+ struct evbuffer *);
void control_notify_window_layout_changed(struct window *);
void control_notify_window_unlinked(struct session *, struct window *);
void control_notify_window_linked(struct session *, struct window *);