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

Implement ProgressBar::suspend #333

Merged
merged 3 commits into from Dec 20, 2021
Merged

Implement ProgressBar::suspend #333

merged 3 commits into from Dec 20, 2021

Commits on Dec 16, 2021

  1. Remove ProgressDrawState::is_finished to simplify code

    is_finished has always been ORed with force_draw, and removing it
    allows the logic to be simplified.
    ishitatsuyuki committed Dec 16, 2021
    Copy the full SHA
    9726e82 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2021

  1. Copy the full SHA
    f9ebc70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3364cc4 View commit details
    Browse the repository at this point in the history