Intense text does not use bold style font in font family even if set "intenseTextStyle": "all" #17537

Open
opened 2026-01-31 05:45:20 +00:00 by claunia · 0 comments
Owner

Originally created by @mrbeardad on GitHub (May 24, 2022).

Windows Terminal version

1.12.10982.0

Windows build number

No response

Other Software

zsh 5.8.1 (inside WSL)

Steps to reproduce

Execute following command in zsh:

echo '\e[0m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[1m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[0m\e[3m\0'{4..7}{0..7} '\0'{10..17}{0..7}

Expected Behavior

Fisrt line is normal
Second line is bold
Third line is italic

The following image is the builtin terminal in vscode:

image

Actual Behavior

Does not use bold font.

image

Originally created by @mrbeardad on GitHub (May 24, 2022). ### Windows Terminal version 1.12.10982.0 ### Windows build number _No response_ ### Other Software zsh 5.8.1 (inside WSL) ### Steps to reproduce Execute following command in zsh: ```sh echo '\e[0m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[1m\0'{4..7}{0..7} '\0'{10..17}{0..7};echo '\e[0m\e[3m\0'{4..7}{0..7} '\0'{10..17}{0..7} ``` ### Expected Behavior Fisrt line is normal Second line is bold Third line is italic The following image is the builtin terminal in vscode: ![image](https://user-images.githubusercontent.com/54128430/169938755-5608da3d-f8f9-41fa-a71e-7d6c5404efba.png) ### Actual Behavior Does not use bold font. ![image](https://user-images.githubusercontent.com/54128430/169938942-c0fe6e7b-8633-4d4f-b09b-1023a6b58bbe.png)
claunia added the Needs-TriageIssue-BugNeeds-AttentionProduct-TerminalArea-Fonts labels 2026-01-31 05:45:20 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#17537