Skip to content

Panes should be resizable with the keyboard. #991

@zadjii-msft

Description

@zadjii-msft

Press a keybinding to adjust the width/height of a pair of panes.

This comes with extra work - we have to have each parent pane track the relative size of each child, and then when the window is resized, recursively resize each control to match the absolute size to the previous proportions. Currently, we're just using two row/cols of equal width.

Start with some simple amount, like 5% at a time. Adjusting by a single char at a time would only be possible if both panes were the same font size, which isn't guaranteed.

Metadata

Metadata

Assignees

Labels

Area-UserInterfaceIssues pertaining to the user interface of the Console or TerminalIssue-TaskIt's a feature request, but it doesn't really need a major design.Needs-Tag-FixDoesn't match tag requirementsProduct-TerminalThe new Windows Terminal.Resolution-Fix-CommittedFix is checked in, but it might be 3-4 weeks until a release.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions