-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
Intensity Effect Not Applied for Escape 38 #11507
Comments
Can you share your |
Thanks for the report! This was an intentional decision, based on how other terminal emulators work. I went and dug up some of our older discussions to give you more context. 😄 Here's the short version:
I'll tentatively close this one out as a /duplicate of #5384 😄 |
Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report! |
Windows Terminal version (or Windows build number)
1.10.2714.0
Other Software
No response
Steps to reproduce
(in bash): echo -e "\033[01;34mBright \033[00m \033[1;38;5;4mShould be\033[00m"
Expected Behavior
Both come out blue, with your selected intensity effect from "intenseTextStyle", similar to Putty, iTerm, etc.
Actual Behavior
The intensity effect is only applied in the first case ("Bright"), and not in the second ("Should Be")
The text was updated successfully, but these errors were encountered: