mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add a client-active hook, from ncfavier in GitHub issue 2803.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user