mac CW-only fix for messy windows upon exit

This commit is contained in:
Jack Jansen 1995-07-29 13:55:06 +00:00
parent b7d0df4a91
commit 21eb0b56a8

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