completely ignore all input. It turned out that the "select"
mechanism was only looking at events for the console window, and not
for other windows, so it was blocking indefinitely.
/* -*-C-*-
-$Id: prntio.c,v 1.10 1999/01/02 06:11:34 cph Exp $
+$Id: prntio.c,v 1.11 1999/02/23 06:13:14 cph Exp $
Copyright (c) 1993-1999 Massachusetts Institute of Technology
if (pending_interrupts_p ())
return (-2);
}
- else if (Screen_PeekEvent (master_tty_window, 0))
+ else if (Screen_pending_events_p ())
return (console_index);
else
{