mirror of
https://git.savannah.gnu.org/git/screen.git
synced 2026-04-21 03:12:53 +02:00
fix zombie command
commit f12ada8192 (refactor SwapWindows)
accidentally changed killit variable causing code to never execute
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
@@ -1882,7 +1882,7 @@ int SwapWindows(int old, int dest)
|
||||
|
||||
void WindowDied(Window *p, int wstat, int wstat_valid)
|
||||
{
|
||||
int killit = 1;
|
||||
int killit = 0;
|
||||
|
||||
if (p->w_destroyev.data == (char *)p) {
|
||||
wstat = p->w_exitstatus;
|
||||
|
||||
Reference in New Issue
Block a user