Skip to content

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

Merged
gnodet merged 1 commit intofusesource:masterfrom
jycchoi:master
Dec 1, 2017
Merged

Correct support for the bright colors on windows - regression fix#99
gnodet merged 1 commit intofusesource:masterfrom
jycchoi:master

Conversation

@jycchoi
Copy link
Copy Markdown
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.

2 participants