mirror of
https://github.com/tmux/tmux.git
synced 2025-10-26 12:27:15 +00:00
We already loop over the windows in server_client_loop, so don't do it
again in server_loop just to check names.
This commit is contained in:
@@ -717,6 +717,7 @@ server_client_loop(void)
|
||||
}
|
||||
wp->flags &= ~PANE_REDRAW;
|
||||
}
|
||||
check_window_name(w);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user