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

fix: do not hardcode console width #3451

Merged
merged 1 commit into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. fix: do not hardcode console width

    Since commit 66e1df3, console width is
    hardcoded to 120 and so width auto-detection is disabled. Drop this line
    as most modern screens can display more than 120 characters and a lot of
    lines are truncated now that EPSS data, latest version, etc. are
    displayed.
    
    Signed-off-by: Fabrice Fontaine <fabrice.fontaine@orange.com>
    ffontaine committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    7e5bdf4 View commit details
    Browse the repository at this point in the history