mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Merge pull request #2143 from Booklordofthedings/master
Fix Console.Write not working when linux terminal buffers by line
This commit is contained in:
commit
23233599db
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue