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 bounds to termHeight when BUILDKIT_TTY_LOG_LINES is set #4767

Merged
merged 2 commits into from
May 31, 2024

Commits on May 30, 2024

  1. vendor: update vt100 with fix for resizing height

    Signed-off-by: Burt Holzman <burt@fnal.gov>
    holzman committed May 30, 2024
    Configuration menu
    Copy the full SHA
    dd880ab View commit details
    Browse the repository at this point in the history
  2. Add bounds to termHeight when BUILDKIT_TTY_LOG_LINES is set

    In order to print tty output, the termHeight for the vt100
    module needs to be between 6 and (current window size - 7).
    
    Signed-off-by: Burt Holzman <burt@fnal.gov>
    holzman committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6c2e8b9 View commit details
    Browse the repository at this point in the history