Panes should be resizable with the keyboard. #1328

Closed
opened 2026-01-30 22:22:42 +00:00 by claunia · 1 comment
Owner

Originally created by @zadjii-msft on GitHub (May 24, 2019).

Originally assigned to: @zadjii-msft on GitHub.

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.

Originally created by @zadjii-msft on GitHub (May 24, 2019). Originally assigned to: @zadjii-msft on GitHub. 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.
Author
Owner

@ghost commented on GitHub (Aug 3, 2019):

:tada:This issue was addressed in #1207, which has now been successfully released as Windows Terminal Preview v0.3.2142.0.🎉

Handy links:

@ghost commented on GitHub (Aug 3, 2019): :tada:This issue was addressed in #1207, which has now been successfully released as `Windows Terminal Preview v0.3.2142.0`.:tada: Handy links: * [Release Notes](https://github.com/microsoft/terminal/releases/tag/v0.3.2142.0) * [Store Download](https://www.microsoft.com/store/apps/9n0dx20hk701?cid=storebadge&ocid=badge)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#1328