-
Notifications
You must be signed in to change notification settings - Fork 276
Description
I am experiencing my ProgressBar scrolling instead of truncating/redrawing when I shrink my terminal's window.
I am running on a remote Ubuntu server. Terminal is Mac's iTerm2, with and without tmux. The ProgressBar's template uses {wide_msg}, so I expect the progress bar to truncate text as the window sizes decreases.
This only manifests when I shrink my past the ◎ character. If this character is not present in the message, the progress bar works as expected regardless of how small I shrink my terminal's window.
Also, version v0.16.2 does not exhibit this behavior; it works as expected.
I've tried v0.17.1 and v0.17.2. With v0.17.2 I also tried using the "improved_unicode" feature. None of these resulted in correct behavior.
Here's more information in an issue I have against my repo where I debugged this:
solana-labs/solana#29158
If it's helpful, I can get a screen capture and/or a set of steps to reproduce the issue (may be slightly involved though). Thanks in advance!