From 21eb0b56a85958982cbf145e0befccffdde64911 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Sat, 29 Jul 1995 13:55:06 +0000 Subject: [PATCH] mac CW-only fix for messy windows upon exit --- Python/pythonrun.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Python/pythonrun.c b/Python/pythonrun.c index f0875454e26..d30423189fa 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 */