microsoft / microsoft/terminal

Consider whether we need to support "bold foreground" (like gnome-terminal) as a separate color

Open
#5,682 15 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Area-VT Issue-Task Product-Conhost Product-Terminal
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:

image

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

image

Edited to add search keywords: brightForeground bright bold boldForeground

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.