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

Use new 24bit support when parsing ANSI sequences #641

Merged
merged 1 commit into from Jan 22, 2021

Conversation

tpoliaw
Copy link
Contributor

@tpoliaw tpoliaw commented Jan 22, 2021

Previous method for converting to 256colors/8bit was incorrect
and produced invalid values.

eg rgb(255,255,255) was converted to 1349 instead of a valid 8 bit value.

Previous method for converting to 256colors/8bit was incorrect
and produced invalid values.
@mattirn mattirn added this to the 3.19.1 milestone Jan 22, 2021
@mattirn mattirn merged commit 74a41fb into jline:master Jan 22, 2021
@tpoliaw tpoliaw deleted the ansi24bit branch January 23, 2021 10:25
@mattirn mattirn added the bug label Apr 28, 2021
@mattirn mattirn mentioned this pull request Apr 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants