[PR #13577] AtlasEngine: Handle IntenseIsBold #29644

Closed
opened 2026-01-31 09:36:06 +00:00 by claunia · 0 comments
Owner

Original Pull Request: https://github.com/microsoft/terminal/pull/13577

State: closed
Merged: Yes


This change adds support for the IntenseIsBold rendering setting.
Windows Terminal for instance defaults to false here, causing
intense colors to only be bright but not bold.

Validation Steps Performed

  • Set "Intense text style" to "Bright colors"
  • Enable AtlasEngine
  • Print echo "`e[1mtest`e[0m"
  • "test" appears as bright without being bold ✅
**Original Pull Request:** https://github.com/microsoft/terminal/pull/13577 **State:** closed **Merged:** Yes --- This change adds support for the `IntenseIsBold` rendering setting. Windows Terminal for instance defaults to `false` here, causing intense colors to only be bright but not bold. ## Validation Steps Performed * Set "Intense text style" to "Bright colors" * Enable AtlasEngine * Print ``echo "`e[1mtest`e[0m"`` * "test" appears as bright without being bold ✅
claunia added the pull-request label 2026-01-31 09:36:06 +00:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#29644