CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2020/10/30 12:54:24

Modified files:
        usr.bin/tmux   : client.c server-client.c 

Log message:
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.

Reply via email to