-
Notifications
You must be signed in to change notification settings - Fork 219
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
3.8.0 regression with color support on ConEMU #294
Comments
Two questions:
|
@gnodet Thanks for the reply.
I haven't tried it on Windows 10. My main PC is Windows 7.
I get |
Ok, I think |
Could you try the following patch ? |
@gnodet I built the code on that branch and it seems to have fixed the regression. 256 colors are back in ConEMU. Thanks! Any idea what version this will release in? I was hoping to include 3.8.0 in CommandBox due to some other fixes you had put in there for me but I'll need to wait until this fix going into a stable version. |
JLine 3.8.2 should be available shortly in central. |
Thanks again @gnodet ! |
Upgrading from JLine 3.7.0 to 3.8.0 has a regression which now causes ConEMU to report as only supporting 8 colors instead of 256 colors. In both cases,
org.jline.terminal.impl.jna.win.JnaWinSysTerminal
is the terminal class in use.Jline 3.7.0 running the
system-colors
command in CommandBox 4.1:Jline 3.8.0 running the
system-colors
command in CommandBox 4.1:The text was updated successfully, but these errors were encountered: