mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04:00
#ifdef out check for pending input, cause problems with
output-only pgms
This commit is contained in:
parent
62046959a1
commit
5e7d2146bb
1 changed files with 2 additions and 0 deletions
|
|
@ -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"));
|
||||
|
|
|
|||
Loading…
Reference in a new issue