Panes should be resizable with the keyboard. #991
Labels
Area-UserInterface
Issues pertaining to the user interface of the Console or Terminal
Issue-Task
It's a feature request, but it doesn't really need a major design.
Needs-Tag-Fix
Doesn't match tag requirements
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Committed
Fix is checked in, but it might be 3-4 weeks until a release.
Milestone
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.
The text was updated successfully, but these errors were encountered: