Make signal handler setup/teardown two common functions instead of six,
commitec1d37b1b259e8a3502646876b60eb42c2c5c740
authorNicholas Marriott <nicm@openbsd.org>
Mon, 3 May 2010 16:06:32 +0000 (3 16:06 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Mon, 3 May 2010 16:06:32 +0000 (3 16:06 +0000)
tree9e4df0d9a264623b5c1be85e21fcdf07cbb440b9
parentc9191394332342a570dc6620bc8cfd7c6e554e1b
Make signal handler setup/teardown two common functions instead of six,
and reset SIGCHLD after fork to fix problems with some shells. From
Romain Francois.
Makefile
client.c
cmd-pipe-pane.c
job.c
server.c
signal.c [new file with mode: 0644]
tmux.c
tmux.h
window.c