-
Notifications
You must be signed in to change notification settings - Fork 168
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
Color printout does not respect TERM #148
Comments
Fixed in #150 |
Cheers. |
Why was this closed? AFAIK, #150 solved only part of the issue (added a disabling option). The TERM issue was not addressed. Or am I missing something? I am re-opening the issue and will leave it open until a PropEr fix for it is found. |
Because I've been using nocolors ever since and it works fine. But fair enough, if TERM can be properly supported then all the better. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looking into using Proper now and running into a minor issue. In a57a6c6 colors were added, with no apparent way to disable them.
In addition it does not respect the
TERM
environment variable which means that colors will be sent even to terminals that do not support coloring. This means that when redirecting this output to a file I get all the color escape codes instead of just the text.The text was updated successfully, but these errors were encountered: