mirror of
https://github.com/tmux/tmux.git
synced 2025-12-22 15:36:06 +00:00
When toggling between sessions, ensure that applications in the new session adapt to the client's theme.
This commit is contained in:
@@ -401,6 +401,7 @@ server_client_set_session(struct client *c, struct session *s)
|
||||
recalculate_sizes();
|
||||
window_update_focus(s->curw->window);
|
||||
session_update_activity(s, NULL);
|
||||
session_theme_changed(s);
|
||||
gettimeofday(&s->last_attached_time, NULL);
|
||||
s->curw->flags &= ~WINLINK_ALERTFLAGS;
|
||||
s->curw->window->latest = c;
|
||||
|
||||
Reference in New Issue
Block a user