microsoft/Terminal

Add a mode where alwaysShowTabs=false *and* there is no titlebar (like focus)

Open

#7.210 geöffnet am 7. Aug. 2020

Auf GitHub ansehen
 (4 Kommentare) (20 Reaktionen) (0 zugewiesene Personen)C++ (3.212 Forks)batch import
Area-SettingsArea-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

Repository-Metriken

Stars
 (35.764 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 27T 19h) (24 gemergte PRs in 30 T)

Beschreibung

Description of the new feature/enhancement

It would be great to be able to hide both titlebar and tabs by default (like focus mode currently does) but show tabs as soon as as they are 2 or more.

Proposed technical implementation details (optional)

Add a setting, disabled by default, which does the following when enabled:

  • Hides the titlebar
  • If there is one tab, hides it

It may be a good idea to see if this setting could instead be based on the values of alwaysShowTabs, showTabsInTitlebar, showTerminalTitleInTitlebar

Screenshots

Here is the desired behaviour:

With one tab:

image

With multiple tabs:

image

Contributor Guide