CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/07/14 12:49:07
Modified files:
usr.bin/tmux : client.c cmd-pipe-pane.c job.c proc.c server.c
tmux.h window.c
Log message:
Because ignore SIGCHLD early, letting signal_del restore it doesn't work
correctly, so set it explicitly back to default (and the others for good
measure).
