ryn1x / Terminal-Spinners

Simple spinners and progress bars for Raku.
Artistic License 2.0
6 stars 2 forks source link

show() for a Bar does not work correctly on Windows #3

Closed ryn1x closed 5 years ago

ryn1x commented 5 years ago

I think this has to do with the way Windows command and powershell handle \b. Not exactly sure how to correct this, but there should be a method or adverb to print the progress bar without having it re-write the previous one... that way the user can handle it any way they wish. Should probably offer this for Spinner next() also.

ryn1x commented 5 years ago

Added an adverb in v1.2.0 that can print a spinner or bar without the \b chars.