Skip to content
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

Correct support for the bright colors on windows - regression fix #99

Merged
merged 1 commit into from
Dec 1, 2017

Conversation

jycchoi
Copy link
Contributor

@jycchoi jycchoi commented Nov 15, 2017

Fix regression issue introduced in Jansi 1.16.

The escape sequence ESC[1;30m (change to bright black foreground) cannot be rendered correctly since version 1.16 due to the second rendition parameter 30 overwrite the change made by the first parameter 1, resulting incorrectly in normal black.

May also fix issue #94.

@gnodet gnodet merged commit 3b2eab6 into fusesource:master Dec 1, 2017
hboutemy added a commit that referenced this pull request Dec 2, 2017
reported #99 fix after #95 PrintStream copy of OutputStream
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants