mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-24 20:05:47 +02:00
Sync OpenBSD patchset 506:
Change window name change to use a timer event rather than a gettimeofday() check every loop.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
/* $Id: server-window.c,v 1.9 2009-11-08 23:02:56 tcunha Exp $ */
|
||||
/* $Id: server-window.c,v 1.10 2009-11-08 23:22:24 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2009 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@@ -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