From: Jack Jansen Date: Sat, 29 Jul 1995 13:55:06 +0000 (+0000) Subject: mac CW-only fix for messy windows upon exit X-Git-Tag: v1.3b1~144 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21eb0b56a85958982cbf145e0befccffdde64911;p=thirdparty%2FPython%2Fcpython.git mac CW-only fix for messy windows upon exit --- diff --git a/Python/pythonrun.c b/Python/pythonrun.c index f0875454e268..d30423189fa4 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c @@ -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 */