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

Broken colors when trying to display bold text #1889

Closed
gpakosz opened this issue Apr 12, 2017 · 2 comments
Closed

Broken colors when trying to display bold text #1889

gpakosz opened this issue Apr 12, 2017 · 2 comments

Comments

@gpakosz
Copy link

gpakosz commented Apr 12, 2017

Steps to reproduce:

$ printf '\033[38;5;16m\033[48;5;226mtest\033[0m'
$ printf '\033[38;5;16m\033[48;5;226m\033[1mtest\033[0m'

Gives:
image

@PhMajerus
Copy link

This seems to be the same bug with the VT parser I documented here : #1681
If you use 256 or 24bit colors, changing another text attribute will reset the colors.

@zadjii-msft
Copy link
Member

I believe @PhMajerus is correct, this is a dupe of #1681.

Closing as such.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants