console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.3k stars 241 forks source link

Changing terminal width results in strange output (Windows 10 cmd) #75

Open bzindovic opened 5 years ago

bzindovic commented 5 years ago

Changing the width of the terminal (e.g. maximizing the windows and then reverting to original size) under Windows creates strange output. I've attached the output after reverting the terminal to original size. indicatif-resize-bug

mitsuhiko commented 5 years ago

I'm not sure if this can be fixed. The way lines are cleared on windows require the drawing of filler characters. I would love to get suggestions about how to draw more intelligently for new windows terminals.

ahah43 commented 1 month ago

same problem happens with me.