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

Add dynamic MAX_PROGRESS_WIDTH global variable to handle long lines #435

Merged
merged 4 commits into from
Oct 18, 2024

Commits on Oct 18, 2024

  1. Add dynamic MAX_PROGRESS_WIDTH global variable to handle long lines

    Fix long line issue when using `uuu` outside of a terminal. eg: python.subprocess.
    Signed-off-by: Thomas Mahé <[email protected]>
    thmahe committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    618f514 View commit details
    Browse the repository at this point in the history
  2. MAX_PROGRESS_WIDTH renamed to g_max_process_width

    Signed-off-by: Thomas Mahé <[email protected]>
    thmahe committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    1de10e6 View commit details
    Browse the repository at this point in the history
  3. print_auto_scroll: resize status when longer than console width

    Signed-off-by: Thomas Mahé <[email protected]>
    thmahe committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    06c864b View commit details
    Browse the repository at this point in the history
  4. Formatting & coding style format

    Signed-off-by: Thomas Mahé <[email protected]>
    thmahe committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    ee36e09 View commit details
    Browse the repository at this point in the history