expernimental code to get window resizing working

This commit is contained in:
Bill Currie 2001-09-25 20:16:24 +00:00
parent ad4f29c6a8
commit df330f33fd
3 changed files with 28 additions and 1 deletions

View file

@ -149,7 +149,8 @@ main (int argc, const char *argv[])
if (svs.num_clients || !sys_dead_sleep->int_val)
timeout = &_timeout;
if (select (net_socket + 1, &fdset, NULL, NULL, timeout) == -1)
if (select (net_socket + 1, &fdset, NULL, NULL, timeout) == -1
&& errno != EINTR)
continue;
stdin_ready = FD_ISSET (0, &fdset);