microsoft / microsoft/terminal
Consider whether we need to support "bold foreground" (like gnome-terminal) as a separate color
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
Many terminals optionally treat \e[1;39m as a separate color.
gnome-terminal has a toggleable "bold foreground" option:

When it's set, 1;39 is different from 39.

Edited to add search keywords: brightForeground bright bold boldForeground
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the issue discussion and the terminal's existing handling of ANSI SGR sequences, especially 1;39 versus 39. Determine the expected behavior for the optional bold-foreground setting and identify the relevant implementation and tests; done means the chosen behavior is implemented and covered for both enabled and disabled cases.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100