Move fflush() from signal handler into endwin(), that way it will work in
authortholo <tholo@openbsd.org>
Thu, 5 Sep 1996 05:09:10 +0000 (05:09 +0000)
committertholo <tholo@openbsd.org>
Thu, 5 Sep 1996 05:09:10 +0000 (05:09 +0000)
commit523ee1ebf0bf77e7face7856086afe371cc35280
treeb8c51dc0a9e6cc699cd2a276e6bd5f64fd575c88
parentf0fd972a5e09877c00b1fddae872e8664c60ac4c
Move fflush() from signal handler into endwin(), that way it will work in
some other common situations too.
lib/libcurses/lib_endwin.c
lib/libcurses/lib_tstp.c