From 8b800b41c98c37a270cea61e57d1f2702fd75293 Mon Sep 17 00:00:00 2001 From: nicm Date: Tue, 16 Mar 2021 09:14:58 +0000 Subject: Add client-detached notification in control mode, from Mohsin Kaleem. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') 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 *); -- cgit