From a341008111e3a73a19a16307d4e50216b6c81dc6 Mon Sep 17 00:00:00 2001 From: Jannis Date: Sun, 16 Feb 2025 19:21:52 +0000 Subject: [PATCH] Update Internal.cpp --- BeefRT/rt/Internal.cpp | 1 + 1 file changed, 1 insertion(+) 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()