microsoft/Terminal

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

開放

#7,210 建立於 2020年8月7日

 (4 則留言) (20 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-SettingsArea-UserInterfaceHelp WantedIssue-TaskProduct-Terminal

倉庫指標

星標
 (103,173 顆星)
PR 合併指標
 (平均合併 27天 19小時) (30 天內合併 24 個 PR)

描述

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

貢獻者指南