#ifdef out check for pending input, cause problems with

output-only pgms
This commit is contained in:
Andrey A. Chernov 1994-12-03 03:35:30 +00:00
parent 62046959a1
commit 5e7d2146bb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=4920

View file

@ -126,6 +126,7 @@ sigaction_t act, oact;
SP->_endwin = FALSE;
}
#if 0 /* Not works for output-only pgms */
/* check for pending input */
{
fd_set fdset;
@ -138,6 +139,7 @@ sigaction_t act, oact;
return OK;
}
}
#endif
if (curscr->_clear) { /* force refresh ? */
T(("clearing and updating curscr"));