### Verification - [x] I searched for recent similar issues at https://github.com/rust-lang/rustup/issues?q=is%3Aissue and found no duplicates. - [x] I am on the latest version of Rustup according to https://github.com/rust-lang/rustup/tags and am still able to reproduce my issue. ### Problem When there are multiple progressbars being updated at the same time, there is heavy flickering when using Konsole. ### Steps 1. `rustup update` ### Possible Solution(s) Reduce update interval to at most twice every second and/or use the synchronized update escape codes: https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec ### Notes _No response_ ### Rustup version ```console rustup 1.29.0 (28d1352db 2026-03-05) ``` ### Installed toolchains ```console Not relevant ``` ### OS version ```console Linux ```
Verification
Problem
When there are multiple progressbars being updated at the same time, there is heavy flickering when using Konsole.
Steps
rustup updatePossible Solution(s)
Reduce update interval to at most twice every second and/or use the synchronized update escape codes: https://gitlab.com/gnachman/iterm2/-/wikis/synchronized-updates-spec
Notes
No response
Rustup version
rustup 1.29.0 (28d1352db 2026-03-05)Installed toolchains
Not relevantOS version
Linux