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

Don't check the errno value from isatty. #468

Merged
merged 1 commit into from Dec 1, 2022

Commits on Nov 30, 2022

  1. Don't check the errno value from isatty.

    We don't actually do anything different for different errno values,
    other than panic on unknown ones, and that isn't that isn't adding
    much value compared to the cost of being an extra surprise when
    porting to new OS's.
    
    Fixes #467.
    sunfishcode committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    d7bade0 View commit details
    Browse the repository at this point in the history