Closed andersjel closed 8 years ago
Instead of configuring stdout to be non-buffering. System.ProgressBar could just call System.IO.hFlush after printing. This also causes less flicker of the cursor as half-written lines are never printed.
Excellent idea. Thanks for the suggestion!
Instead of configuring stdout to be non-buffering. System.ProgressBar could just call System.IO.hFlush after printing. This also causes less flicker of the cursor as half-written lines are never printed.