term: send SIGTERM/SIGKILL to the entire process group

This commit is contained in:
Daniel Eklöf 2021-07-31 22:50:19 +02:00
parent 98e8778e41
commit f1d440e139
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 10 additions and 8 deletions

View file

@ -46,6 +46,8 @@
terminating the client application) from 4 to 60 seconds.
* When terminating the client application, foot now sends `SIGTERM` immediately
after closing the PTY, instead of waiting 2 seconds.
* Foot now sends `SIGTERM`/`SIGKILL` to the client applications process group,
instead of just to the client applications process.
### Deprecated