microsoft/Terminal

initialRows/initialCols should respect the first launched profile in a window, rather than the default

開放

#19,265 建立於 2025年8月22日

 (3 則留言) (0 個反應) (0 位負責人)C++ (9,275 個分叉)batch import
Area-UserInterfaceHelp WantedImpact-VisualIssue-BugPriority-3Product-Terminal

倉庫指標

星標
 (103,173 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Current behavior

Currently, the --size command uses the font of the default profile to calculate window size, which results in a different size when opening another profile with a different font setting.

Proposed change

Add a new Default launch size field to profile settings. If only one profile is requested at launch, use the size from the new field (--size overrides it) with the font settings of the specified profile. If multiple profiles is requested, use the current behavior.

Why do I need this feature

This is important for my workflow as I need to open an instance with many small cells instead of a few big cells. Changing from the settings page is slow and ruins the default settings.

貢獻者指南