updated files

This commit is contained in:
nhmall
2019-06-23 00:57:38 -04:00
parent adce0147e0
commit ba0f6ed47f
28 changed files with 501 additions and 1135 deletions
+3 -1
View File
@@ -505,8 +505,10 @@ int code;
a little cleaner than the stdio one */
windowprocs.win_nhgetch = windows_console_custom_nhgetch;
}
if (getreturn_enabled)
if (getreturn_enabled) {
raw_print("\n");
wait_synch();
}
exit(code);
}