Kaydet (Commit) 21eb0b56 authored tarafından Jack Jansen's avatar Jack Jansen

mac CW-only fix for messy windows upon exit

üst b7d0df4a
...@@ -678,7 +678,7 @@ goaway(sts) ...@@ -678,7 +678,7 @@ goaway(sts)
if (sts == 0) if (sts == 0)
SIOUXSettings.autocloseonquit = 1; SIOUXSettings.autocloseonquit = 1;
else else
SIOUXSettings.showstatusline = 1; printf("\n[Terminated]\n");
#endif #endif
exit(sts); exit(sts);
#endif /* WITH_THREAD */ #endif /* WITH_THREAD */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment