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

Query /dev/tty for the terminal size #130

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

Commits on Mar 22, 2024

  1. Query /dev/tty for the terminal size

    The device file /dev/tty is available even if stdout is closed or
    redirected, in which case the width would have been reported as 0
    rather than the size of the terminal that we're running in.
    
    Tested on both macOS and Linux and behaves as expected.
    blawrence-ont committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    8854484 View commit details
    Browse the repository at this point in the history