mirror of
https://github.com/tmux/tmux.git
synced 2025-12-21 14:56:05 +00:00
Set a PANE_STYLECHANGED flag for when a style update has to be sent.
This commit is contained in:
@@ -2684,6 +2684,13 @@ server_client_loop(void)
|
||||
}
|
||||
check_window_name(w);
|
||||
}
|
||||
|
||||
/* Send theme updates. */
|
||||
RB_FOREACH(w, windows, &windows) {
|
||||
TAILQ_FOREACH(wp, &w->panes, entry) {
|
||||
window_pane_send_theme_update(wp);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* Check if window needs to be resized. */
|
||||
|
||||
Reference in New Issue
Block a user