aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-05-04 10:01:12 +0100
committerThomas Adam <thomas@xteddy.org>2017-05-04 10:01:12 +0100
commitf3221941f27dbe4dbee550f72d42f268c228f5d1 (patch)
tree2a980862da9efc8bd1e540d71e112c020147e7ae /tmux.h
parent97ecb4f9d8392f48deb810a557142eb97d5345dc (diff)
parentd98d31690354ec6b53206c0b24834c877cd8ad5a (diff)
downloadrtmux-f3221941f27dbe4dbee550f72d42f268c228f5d1.tar.gz
rtmux-f3221941f27dbe4dbee550f72d42f268c228f5d1.tar.bz2
rtmux-f3221941f27dbe4dbee550f72d42f268c228f5d1.zip
Merge branch 'obsd-master'
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 c19baf01..845881ba 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2212,7 +2212,9 @@ 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_pane_mode_changed(int);
void control_notify_window_layout_changed(struct window *);
+void control_notify_window_pane_changed(struct window *);
void control_notify_window_unlinked(struct session *, struct window *);
void control_notify_window_linked(struct session *, struct window *);
void control_notify_window_renamed(struct window *);
@@ -2220,6 +2222,7 @@ void control_notify_client_session_changed(struct client *);
void control_notify_session_renamed(struct session *);
void control_notify_session_created(struct session *);
void control_notify_session_closed(struct session *);
+void control_notify_session_window_changed(struct session *);
/* session.c */
extern struct sessions sessions;