]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
mac CW-only fix for messy windows upon exit
authorJack Jansen <jack.jansen@cwi.nl>
Sat, 29 Jul 1995 13:55:06 +0000 (13:55 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Sat, 29 Jul 1995 13:55:06 +0000 (13:55 +0000)
Python/pythonrun.c

index f0875454e268ef6cc60a6ab1423c54dc503a1ef8..d30423189fa437783fb5a7a490536a7036ad070a 100644 (file)
@@ -678,7 +678,7 @@ goaway(sts)
        if (sts == 0)
                SIOUXSettings.autocloseonquit = 1;
        else
-               SIOUXSettings.showstatusline = 1;
+               printf("\n[Terminated]\n");
 #endif
        exit(sts);
 #endif /* WITH_THREAD */