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
Platform
Comment
Example code
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