-
Notifications
You must be signed in to change notification settings - Fork 22
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
Improve isatty() Windows implementation with Cygwin/Mingw pseudo terminals #11
Comments
The code builds, but it does not seem to give the expected results. |
did you try to get the value of the terminal name? |
gnodet
added a commit
that referenced
this issue
Feb 2, 2018
asfgit
pushed a commit
to apache/maven
that referenced
this issue
Feb 8, 2018
asfgit
pushed a commit
to apache/maven
that referenced
this issue
Feb 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
as seen in Jansi issue fusesource/jansi#94, Cygwin and Mingw use pseudo terminals, not real terminals
Then isatty() does not detect the pseudo-terminal
Git has a workaround: git/git@8692483
This code should be added to Jansi native isatty() implementation for Windows to properly detect (pseudo)terminal with Cygwin and Mingw
The text was updated successfully, but these errors were encountered: