If a client is killed while suspended with ^Z so has gone through the
authornicm <nicm@openbsd.org>
Sun, 13 Jul 2014 20:23:10 +0000 (20:23 +0000)
committernicm <nicm@openbsd.org>
Sun, 13 Jul 2014 20:23:10 +0000 (20:23 +0000)
commit9d03e48ee3938f877010f2beffb64db60ba97f2f
treef55f10a440711a7645b0700215fc83c51e237e9d
parent9f3bae82b21ab17c24ccf7ed21dcf60efe2e32bd
If a client is killed while suspended with ^Z so has gone through the
MSG_EXITED dance, don't try to resume it since a) it's pointless and b)
the tty structures have been cleaned up and tmux will crash.
usr.bin/tmux/server-client.c