microsoft/Terminal

Allow the user to set the minimum window size

オープン

#6,820 opened on 2020/07/07

 (18 件のコメント) (7 件のリアクション) (0 人の担当者)C++ (9,275 件のフォーク)batch import
Area-SettingsHelp WantedIssue-TaskPriority-3Product-Terminalgood first issue

Repository metrics

Stars
 (103,173 個のスター)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

Description of the new feature/enhancement

Create an option "disable window resizing" or "fixed minimum window size" in global settings.

Proposed technical implementation details (optional)

Window Resizing Settings

Property name: enableWindowResizing

Necessity: Optional

Accepts: true, false

Default value: true _________________________ OR __________________________________

Fixed Minimum Window Size

Property name: minimumWindowSize

Necessity: Optional

Accepts: Dimensions - rows,columns

Default value: 30,120

コントリビューターガイド