Add client-detached notification in control mode, from Mohsin Kaleem.

This commit is contained in:
nicm
2021-03-16 09:14:58 +00:00
parent 9017af2355
commit 8b800b41c9
4 changed files with 16 additions and 0 deletions

1
tmux.h
View File

@@ -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 *);