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

c++ fore and back colorization doesn't work together #3

Open
walchko opened this issue Sep 5, 2023 · 0 comments
Open

c++ fore and back colorization doesn't work together #3

walchko opened this issue Sep 5, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@walchko
Copy link
Member

walchko commented Sep 5, 2023

Doesn't render as expected:

cout << Back.BLUE << Fore.YELLOW;
cout << "hello there";
cout << Fore.RESET << Back.RESET << endl;
@walchko walchko self-assigned this Sep 5, 2023
@walchko walchko added the bug Something isn't working label Sep 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant