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

Port rust-lang/rust#119664 to is-terminal. #34

Merged
merged 2 commits into from
Feb 9, 2024
Merged

Commits on Feb 9, 2024

  1. Port rust-lang/rust#119664 to is-terminal.

    Port rust-lang/rust#119664 to is-terminal. The commit message is:
    
    Fix msys2 tty detection for /dev/ptmx
    
    Our "true negative" detection assumes that if at least one std handle is a Windows console then no other handle will be a msys2 tty pipe. This turns out to be a faulty assumption in the case of  `/dev/ptmx`.
    sunfishcode committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f9066cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32bbc1e View commit details
    Browse the repository at this point in the history