-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add tty detection for MSYS terminals. #12
Conversation
We should try to get #11 merged first. Once that's done, I'll rebase this PR. :-) |
Changes Unknown when pulling 1c423c3 on BurntSushi:mintty into ** on softprops:master**. |
1 similar comment
Changes Unknown when pulling 1c423c3 on BurntSushi:mintty into ** on softprops:master**. |
@softprops Thanks! If CI passes, then I think this one should be good to go too. :-) FWIW, I realize this implementation is a bit gnarly. I'd be happy to play unofficial maintainer. I'm watching this repo, so I'll keep an eye on it if any bugs crop up. |
1 similar comment
This improves the tty detection in MSYS terminal environments on Windows. Specifically, it uses heuristics to determine whether a standard handle is a pipe or a tty. Behavior in normal Windows consoles remains unchanged. Fixes softprops#10
1 similar comment
@softprops Thanks! Sorry to be a bother, but could you also publish a new release too? |
This improves the tty detection in MSYS terminal environments on
Windows. Specifically, it uses heuristics to determine whether a
standard handle is a pipe or a tty.
Behavior in normal Windows consoles remains unchanged.
Fixes #10