Apparently SIGCHLD is blocked by default in processes run in a
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 17 Dec 2004 09:43:09 +0000 (09:43 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 17 Dec 2004 09:43:09 +0000 (09:43 +0000)
commit3be6dd89bbedcbfb9cfbf9d4d022d6c412e51029
treef84e33331281201b9f2ee0ee08330534675933f1
parente9d14678a9f84b52aee758c6ab81dd10f25ef825
Apparently SIGCHLD is blocked by default in processes run in a
pterm, which was breaking my bash job notification patch. This is
apparently not the case for xterm, so I've fiddled with it. Not
entirely sure _why_ it did this in the first place, but there we go.

git-svn-id: svn://svn.tartarus.org/sgt/putty@4997 cda61777-01e9-0310-a592-d414129be87e
unix/pty.c