zellij/zellij-server
raphCode d4b8199d02
fix(pty): send SIGHUP instead of SIGTERM when closing a pane (#1320)
SIGHUP correctly states the intention behind sending a signal when a
pane is closed: The controlling terminal is "hung up".
Also, SIGHUP is better suited than SIGTERM since bash ignores the
latter. This led to the zombie processes observed by some users.
Furthermore, SIGHUP has a special meaning in bash's job control, namely
re-sending the signal to all owned jobs before exiting.
2022-04-15 19:47:46 +02:00
..
src fix(pty): send SIGHUP instead of SIGTERM when closing a pane (#1320) 2022-04-15 19:47:46 +02:00
Cargo.toml chore(version): bump development version 2022-04-13 19:17:09 +02:00