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

use larger width/height defaults for non-interactive consoles #3270

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Feb 2, 2024

  1. use larger width/height defaults for non-interactive consoles

    When a user is redirecting output to a file, or perhaps running a job
    non-interactively (say, via cron), arguably, it is surprising when
    output (such as a rich.table) is truncated to a default size of (80,
    25). This change preserves that default Console.size() -> width=80, height=25, but uses larger defaults when Console.is_interactive == False.
    ttarabula committed Feb 2, 2024
    Configuration menu
    Copy the full SHA
    7571e3b View commit details
    Browse the repository at this point in the history