Add a client-active hook, from ncfavier in GitHub issue 2803.

This commit is contained in:
nicm
2021-08-04 08:07:19 +00:00
parent e37aa45681
commit 42490f4750
3 changed files with 5 additions and 0 deletions

View File

@ -1127,6 +1127,8 @@ server_client_update_latest(struct client *c)
if (options_get_number(w->options, "window-size") == WINDOW_SIZE_LATEST)
recalculate_size(w, 0);
notify_client("client-active", c);
}
/*