[PR #10648] Add a setting for disabling rendering "intense" text as bold #28160

Open
opened 2026-01-31 09:26:42 +00:00 by claunia · 0 comments
Owner

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

State: closed
Merged: No


Summary of the Pull Request

This adds a new setting disableIntenseIsBold. It's a per-appearance, control setting, defaulting to false.

  • When set to false, we'll render text formatted with ^[[1m as bold. (the 1.10+ default)
  • When set to true, we won't. (the pre-1.10 behavior)

PR Checklist

Validation Steps Performed

image

Yea that works. Printed some bold text, toggled it on, the text was no longer bold. hooray.

**Original Pull Request:** https://github.com/microsoft/terminal/pull/10648 **State:** closed **Merged:** No --- ## Summary of the Pull Request This adds a new setting `disableIntenseIsBold`. It's a per-appearance, control setting, defaulting to `false`. * When set to false, we'll render text formatted with `^[[1m` as **bold**. (the 1.10+ default) * When set to true, we won't. (the pre-1.10 behavior) ## PR Checklist * [x] Closes #10576 * [x] I work here * [ ] Tests added/passed - nah I didn't do that * [n/a] Requires documentation to be updated ## Validation Steps Performed ![image](https://user-images.githubusercontent.com/18356694/125480327-07f6b711-6bca-4c1b-9a76-75fc978c702d.png) Yea that works. Printed some bold text, toggled it on, the text was no longer bold. hooray.
claunia added the pull-request label 2026-01-31 09:26:42 +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#28160