-
Notifications
You must be signed in to change notification settings - Fork 716
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
Colors in Windows #137
Comments
That should be possible. ConEmu sets the See: https://code.google.com/p/conemu-maximus5/wiki/ConEmuEnvironment |
It should work now: 17b8a3a However, for some reason ConEmu only supports 256 colors in the "bottom region". So you have to print |
See: Maximus5/ConEmu#227 |
The latest release always uses ANSI escape codes when ConEmu has been detected. However, unfortunately 256 colors only works in the bottom region. |
It looks like win32_output.py maps all colors to the closest color in a 16-color table. ConEmu supports ANSI color codes. Is it possible to detect which console is being used and only fall back to 16-bit color if necessary?
The text was updated successfully, but these errors were encountered: