commit | 95841ba16acafa8c1a516712ad0f2b48e34357e6 | [log] [download] |
---|---|---|
author | nicm <nicm> | Fri Oct 30 18:54:23 2020 +0000 |
committer | nicm <nicm> | Fri Oct 30 18:54:23 2020 +0000 |
tree | 6bf01605a4b1f6c4e97ed17ca8fea84d5580ca84 | |
parent | 9726c4454e29cb5b9c6681abfb5c99972a9bd574 [diff] |
With csh, a tmux client gets SIGTERM before SIGCONT when killed with "kill %%", so when the client tells the server it got SIGCONT, don't use bits that may already have been freed when it got SIGTERM. Also don't print anything on exit if we get SIGTERM while suspended. Reported by Theo.