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 */