-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
OS: LinuxStatus: WorkaroundNot an actual fix but worksNot an actual fix but worksType: BugSomething isn't working as intendedSomething isn't working as intended
Description
Platform
- Ubuntu 20.04.1 LTS
- Ubuntu 20.04.1 LTS -WSL
Comment
Example code
printerSlowPrint("Its too cold here...z.z..z.z.zz\n");Instead of printing characters one-by-one (as intended)
It will output the entire line on the terminal all at once after some delay
This behaviour was not found with same codes under Windows test builds
Potentially due to some buffered output behavior on Linux by default
Metadata
Metadata
Assignees
Labels
OS: LinuxStatus: WorkaroundNot an actual fix but worksNot an actual fix but worksType: BugSomething isn't working as intendedSomething isn't working as intended