mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +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