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

progress bar should be sized based on terminal size #35

Closed
dherman opened this issue Feb 10, 2018 · 1 comment
Closed

progress bar should be sized based on terminal size #35

dherman opened this issue Feb 10, 2018 · 1 comment

Comments

@dherman
Copy link
Collaborator

dherman commented Feb 10, 2018

style::progress_bar currently has a hard-coded size of 40, but should be sized dynamically based on the terminal size (which can be computed via the term_size crate).

@mikrostew
Copy link
Contributor

Looks like this has already been fixed. The code is using the term_size crate to calculate the display width.

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

No branches or pull requests

2 participants