aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2021-03-16 09:14:58 +0000
committernicm <nicm>2021-03-16 09:14:58 +0000
commit8b800b41c98c37a270cea61e57d1f2702fd75293 (patch)
tree7a286753c567e479e390b7cfbf24a6b26e66e7e1 /tmux.h
parent9017af23556abdc31ba37c925adf6e0f1bb12671 (diff)
downloadrtmux-8b800b41c98c37a270cea61e57d1f2702fd75293.tar.gz
rtmux-8b800b41c98c37a270cea61e57d1f2702fd75293.tar.bz2
rtmux-8b800b41c98c37a270cea61e57d1f2702fd75293.zip
Add client-detached notification in control mode, from Mohsin Kaleem.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 1fc27b53..e50f9fe7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2945,6 +2945,7 @@ 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 *);
void control_notify_client_session_changed(struct client *);
+void control_notify_client_detached(struct client *);
void control_notify_session_renamed(struct session *);
void control_notify_session_created(struct session *);
void control_notify_session_closed(struct session *);