diff --git a/src/winmain.c b/src/winmain.c index 714bf800a..1de964375 100644 --- a/src/winmain.c +++ b/src/winmain.c @@ -328,7 +328,7 @@ AppendChar(char c) /* If line is complete, and waiting time has passed, show it in text window. If time is less than delay time, always show the line (useful during start-up) */ - if (c == LF && CompareTime(30, 200)) { + if (c == LF && CompareTime(30, 500)) { DisplayText(); WaitForIdle(); }