From d98d31690354ec6b53206c0b24834c877cd8ad5a Mon Sep 17 00:00:00 2001 From: nicm Date: Thu, 4 May 2017 07:16:43 +0000 Subject: Some new notifications, mainly for active pane and current window and session: pane-mode-changed window-pane-changed client-session-changed session-window-changed From Joshua Brot. --- cmd-switch-client.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd-switch-client.c') diff --git a/cmd-switch-client.c b/cmd-switch-client.c index 2bc1e10c..a24f0276 100644 --- a/cmd-switch-client.c +++ b/cmd-switch-client.c @@ -129,6 +129,7 @@ cmd_switch_client_exec(struct cmd *self, struct cmdq_item *item) if (~item->shared->flags & CMDQ_SHARED_REPEAT) server_client_set_key_table(c, NULL); status_timer_start(c); + notify_client("client-session-changed", c); session_update_activity(s, NULL); gettimeofday(&s->last_attached_time, NULL); -- cgit v1.2.3