]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Apparently SIGCHLD is blocked by default in processes run in a
authorSimon Tatham <anakin@pobox.com>
Fri, 17 Dec 2004 09:43:09 +0000 (09:43 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 17 Dec 2004 09:43:09 +0000 (09:43 +0000)
commitebf507497dc5eb97e825084f7fbf756f2283d496
treef84e33331281201b9f2ee0ee08330534675933f1
parent6c81ee6706f75ccab7bc285d00139126524cce36
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.

[originally from svn r4997]
unix/pty.c