IBM1130: Properly sync GUI info at startup

as discussed in #453
This commit is contained in:
Mark Pizzolato 2017-05-24 19:10:54 -07:00
parent 99e833f9c0
commit 930e497ee9

View file

@ -1720,6 +1720,7 @@ char *read_cmdline (char *ptr, int size, FILE *stream)
if ((hCmdThread = CreateThread(NULL, 0, CmdThread, NULL, 0, &iCmdThreadID)) == NULL)
scp_panic("Unable to create command line reading thread");
atexit(read_atexit);
Sleep(500); /* Let GUI threads startup and start to process messages */
}
update_gui(TRUE);