mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
Cache scene for client and invalidate when changes.
This commit is contained in:
@@ -1219,6 +1219,15 @@ options_push_changes(const char *name)
|
||||
if (strcmp(name, "status") == 0 ||
|
||||
strcmp(name, "status-interval") == 0)
|
||||
status_timer_start_all();
|
||||
if (strcmp(name, "status") == 0 ||
|
||||
strcmp(name, "status-position") == 0 ||
|
||||
strcmp(name, "pane-border-indicators") == 0 ||
|
||||
strcmp(name, "pane-border-lines") == 0 ||
|
||||
strcmp(name, "pane-border-status") == 0 ||
|
||||
strcmp(name, "pane-scrollbars") == 0 ||
|
||||
strcmp(name, "pane-scrollbars-position") == 0 ||
|
||||
strcmp(name, "pane-scrollbars-style") == 0)
|
||||
screen_redraw_invalidate_all_scenes();
|
||||
if (strcmp(name, "monitor-silence") == 0)
|
||||
alerts_reset_all();
|
||||
if (strcmp(name, "window-style") == 0 ||
|
||||
|
||||
Reference in New Issue
Block a user