mirror of
https://github.com/tmux/tmux.git
synced 2025-12-21 06:46:08 +00:00
Change window name change to use a timer event rather than a gettimeofday()
check every loop.
This commit is contained in:
@@ -91,8 +91,6 @@ server_window_loop(void)
|
||||
|
||||
server_window_check_alive(w);
|
||||
}
|
||||
|
||||
set_window_names();
|
||||
}
|
||||
|
||||
/* Check for bell in window. */
|
||||
|
||||
Reference in New Issue
Block a user