-
-
Notifications
You must be signed in to change notification settings - Fork 578
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
ANSI color working inconsistently #1257
Comments
I observe the same problem, version 171117 x64. Running "clear" and "mc" mess with the colors too. |
Windows API still doesn't have proper way to request extended color attributes. /cc @miniksa |
Would be great to have this documented prominently. The docs for getting 256 colors working with wsl (https://conemu.github.io/en/BashOnWindows.html) don't mention this nor the fact that latest builds already have the bridge set up by default. Lost a lot of time doing needless, redundant setup, then when I discovered it's already supposed to work out of the box, I lost even more time not knowing about this issue. I imagine I'm not the only one. |
Merged: gh-227 |
Versions
ConEmu build: 170910 x64
OS version: Windows 10 Pro x64 (Build 16251.rs3_release.170721-2122)
Used shell version : WSL Ubuntu 16.04 bash via wslbridge
Problem description
24bit ansi colors work perfectly only after running
echo -e "\e[9999H"
. Clearing the console from within bash orecho -e "\e[2J"
reverts to not working.I hope this is the right place to report this, I have tested the included version of wslbridge using mintty in an attempt to narrow down the source of the problem and it does not exhibit this behaviour.
Steps to reproduce
Actual results
On a fresh run of the bash task:
After running
echo -e "\e9999H"
in the same console tabAfter returning from alternate screen (vim used as example here, but mutt and others all have the same effect)
(edit: Just noticed the typo in the last screenshot. last word in step 2 should read "change")
Expected results
The colors as seen in the second screenshot above.
Additional files
ConEmu.xml,
ConEmu logs one of the above sessions
Console log from the session
The text was updated successfully, but these errors were encountered: