diff --git a/BeefRT/rt/Internal.cpp b/BeefRT/rt/Internal.cpp index 37564ea9..a172ddf8 100644 --- a/BeefRT/rt/Internal.cpp +++ b/BeefRT/rt/Internal.cpp @@ -306,6 +306,7 @@ void bf::System::Console::PutChars(char* ptr, int len) for (int i = 0; i < len; i++) putchar(ptr[i]); + fflush(stdout); } void bf::System::Console::ReopenHandles()