-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.
Description
Windows Terminal version (or Windows build number)
Commit e710833
Other Software
No response
Steps to reproduce
- Build a recent version of the code.
- Open a bash shell.
- Set the color scheme to Campbell.
- Execute
printf "\e[mNORMAL \e[1mBOLD\n"
Expected Behavior
I'd expect the bold text to be displayed in bright white. This is the way is used to work.
Actual Behavior
The bold text is now displayed in bright yellow.
I think this was caused by PR #10779, because if I switch back to the old loop version of the code it fixes the issue.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsNeeds-TriageIt's a new issue that the core contributor team needs to triage at the next triage meetingIt's a new issue that the core contributor team needs to triage at the next triage meetingResolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.Fix is checked in, but it might be 3-4 weeks until a release.

