-
Notifications
You must be signed in to change notification settings - Fork 245
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MultiProgress bar flickers#2 #143
Comments
Please submit a code reproducing the problem and your environment |
windows-10. conemu. It is just a bit modified example/multi.rs |
I got the same flickering problem using MultiProgress bar with thread pool. But I don't observe such behavior on Linux. |
let m = MultiProgress::new();
m.set_move_cursor(true); Solves the problem with flickering |
@Deniskore |
I did another try of indicatif 0.13.0, and found that as soon as I only one ProgressBar into MultiProgress it starts to flicker the same I described in #42.
Regards,
The text was updated successfully, but these errors were encountered: