You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I manually fixed this problem with a bar width ratio like 1/4 of terminal width.
Also I have long postfixes, and calculate the remaining length and concat string like:
std::string postfix_text_cut = postfix_text.substr(0, postfix_length + remaining);
Is not a general solution, so this is the reason for no PR, but maybe helped for some extra idea how to solve it.
Definitely is that issue very important for the smaller console windows.
Is there a way to have the progress bars react to terminal width changes so that each update does not spill onto the next line?
Thanks
The text was updated successfully, but these errors were encountered: