commit | 21eb0b56a85958982cbf145e0befccffdde64911 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Sat Jul 29 13:55:06 1995 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Sat Jul 29 13:55:06 1995 +0000 |
tree | dc93a0d4c1b2dce32f42c19060cbcc66661a09a7 | |
parent | b7d0df4a91fd89cb63c12b843eb8dd3dc11ea9cb [diff] |
mac CW-only fix for messy windows upon exit
diff --git a/Python/pythonrun.c b/Python/pythonrun.c index f087545..d304231 100644 --- a/Python/pythonrun.c +++ b/Python/pythonrun.c
@@ -678,7 +678,7 @@ if (sts == 0) SIOUXSettings.autocloseonquit = 1; else - SIOUXSettings.showstatusline = 1; + printf("\n[Terminated]\n"); #endif exit(sts); #endif /* WITH_THREAD */