microsoft / microsoft/terminal
Allow the user to set the minimum window size
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 105k
- Forks
- 9.6k
- Avg merge
- 3d 17h
- Merged PRs (30d)
- 29
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the issue body and comparing the two proposed settings: enableWindowResizing and minimumWindowSize. Done means the agreed global setting is exposed with its stated default and behavior; the issue names no files, entry points, or tests to run.
Written by the indexing model from the issue text.
Assessment
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100