Skip to content
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

Closed
inv2004 opened this issue Dec 22, 2019 · 5 comments
Closed

MultiProgress bar flickers#2 #143

inv2004 opened this issue Dec 22, 2019 · 5 comments

Comments

@inv2004
Copy link

inv2004 commented Dec 22, 2019

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,

@mibac138
Copy link
Contributor

Please submit a code reproducing the problem and your environment

@inv2004
Copy link
Author

inv2004 commented Dec 23, 2019

windows-10. conemu.

It is just a bit modified example/multi.rs
If I change ranges for 10k 100k 10k - it stops flicker.
https://gist.github.com/127aff606d2d5bf5e8ab9197c7a9b71b

@Deniskore
Copy link

Deniskore commented Jan 17, 2020

I got the same flickering problem using MultiProgress bar with thread pool. But I don't observe such behavior on Linux.
The code is almost the same as in the example.

@Deniskore
Copy link

    let m = MultiProgress::new();
    m.set_move_cursor(true);

Solves the problem with flickering

@inv2004
Copy link
Author

inv2004 commented Mar 21, 2020

@Deniskore
Just checked - it helped. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants