-
Notifications
You must be signed in to change notification settings - Fork 30k
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 implemented ANSI "bold" as "faint colour with bold" #176931
Comments
Does changing |
It seems not working on my computer. If it is possible, I want to ask if there is any chance you show me the code which implement these part, or the detailed documentation about that. If possible, I also want to contribute to make the terminal support more ANSI escape sequence. |
Searching the xterm.js codebase for
|
This issue has been closed automatically because it needs more information and has not had recent activity. See also our issue reporting guidelines. Happy Coding! |
This is all working as designed AFAIK. We have the /duplicate |
Basic Information:
Does this issue occur when all extensions are disabled?: Yes
Bug Description:
VSCode is implement
SGR 1
as fainted colour with bold font, but not purely bold font,while
SGR 2
(faint) is not implemented.The picture below shows a comparison for VSCode terminal and Windows Terminal PowerShell.
(Left: VSCode, Right: Windows Terminal)
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: