diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncurses/lib_doupdate.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libncurses/lib_doupdate.c b/lib/libncurses/lib_doupdate.c index 4747691..9ef3667 100644 --- a/lib/libncurses/lib_doupdate.c +++ b/lib/libncurses/lib_doupdate.c @@ -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")); |