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

Terminal escape characters and text colour controll #14

Closed
prying opened this issue Feb 14, 2022 · 2 comments
Closed

Terminal escape characters and text colour controll #14

prying opened this issue Feb 14, 2022 · 2 comments

Comments

@prying
Copy link

prying commented Feb 14, 2022

When sending a colour control escape sequence to the terminal it does not print out as expected.

example:
printf("\033[33mYellow\033[0m\r\n");
This is printed through the extension as:
image
But i expect this:
image

@imlinhanchao
Copy link
Owner

That's vscode console log. Not terminal, so it's not support the colour control. I will going to find some other way to support it.

@prying
Copy link
Author

prying commented Feb 14, 2022

Cool thanks, i thought that might be the case but though i should bring it up anyway

@prying prying closed this as completed Feb 14, 2022
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

No branches or pull requests

2 participants