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 multi-line progress message support #443

Merged
merged 3 commits into from Sep 22, 2022

Commits on Sep 17, 2022

  1. Pull line push into separate function

    This pulls the part of format_style that
    appends a new line to the progress into
    a separate function, which can be used
    to transform the expanded line content
    before it is added.
    happenslol committed Sep 17, 2022
    Copy the full SHA
    271ebbd View commit details
    Browse the repository at this point in the history
  2. Improve multiline support in format_style

    During format_style, we now split up expanded
    lines before they are added, accounting for the
    fact that there could be additional newlines in
    the line we're adding.
    happenslol committed Sep 17, 2022
    Copy the full SHA
    fc29f46 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    cb314ac View commit details
    Browse the repository at this point in the history