We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is here: https://github.com/softprops/atty/blob/master/src/lib.rs#L66
The text was updated successfully, but these errors were encountered:
I don't understand? This is a C++ library.
Sorry, something went wrong.
Sorry for the confusion.
I was talking about Windows support: GetConsoleMode (and a workaround for msys via GetFileInformationByHandleEx).
GetConsoleMode
GetFileInformationByHandleEx
Ok, so you are just asking for a proper isatty check on Windows, right? (to disabled colors if necessary)
isatty
I hope it is possible to put all the necessary code into this header-only library. It should go here:
dbg-macro/dbg.h
Lines 79 to 81 in 57e71b8
see #99
No branches or pull requests
Is here: https://github.com/softprops/atty/blob/master/src/lib.rs#L66
The text was updated successfully, but these errors were encountered: