mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
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.
This commit is contained in:
2
Makefile
2
Makefile
@ -35,7 +35,7 @@ SRCS= attributes.c cfg.c client.c clock.c \
|
||||
layout-set.c layout-string.c layout.c log.c job.c \
|
||||
mode-key.c names.c options.c paste.c procname.c \
|
||||
resize.c screen-redraw.c screen-write.c screen.c session.c status.c \
|
||||
server-fn.c server.c server-client.c server-window.c \
|
||||
server-fn.c server.c server-client.c server-window.c signal.c \
|
||||
tmux.c tty-keys.c tty-term.c tty.c utf8.c \
|
||||
window-choose.c window-clock.c window-copy.c window.c \
|
||||
xterm-keys.c xmalloc.c
|
||||
|
Reference in New Issue
Block a user