-
Notifications
You must be signed in to change notification settings - Fork 1
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
Unable to disable output coloring. #8
Labels
Comments
We need tty condition in ui module which sets ansi sequences only when appropriate. This might be useful: http://stackoverflow.com/questions/7445658/how-to-detect-if-the-console-does-support-ansi-escape-codes-in-python |
Problem still persists: |
Consider using https://github.com/tartley/colorama |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Windows cmd line is not interpreting color markers. Is there a way to disable coloring?
The text was updated successfully, but these errors were encountered: