only block SIGALRM and SIGWINCH, not every signal, otherwise the
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 3 Jan 1994 04:29:10 +0000 (20:29 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Mon, 3 Jan 1994 04:29:10 +0000 (20:29 -0800)
commit36a4a2455c3e42ce1410e77af6e7de2fc39f9cdd
tree3a224bdc1d070400d62bd55dd52dbae4e93b8b7a
parent20f80a5459160433b2d64b6d374f6214c19849e0
only block SIGALRM and SIGWINCH, not every signal, otherwise the
program has no chance to handle things like SIGHUP/SIGTERM without
repainting, and, with SIGTTOU blocked, the repainting will succeed
as well

SCCS-vsn: lib/libcurses/tstp.c 8.2
usr/src/lib/libcurses/tstp.c