move-focus ignored when splitting pane with size specifier #15921

Closed
opened 2026-01-31 04:52:16 +00:00 by claunia · 1 comment
Owner

Originally created by @nosoop on GitHub (Nov 19, 2021).

Windows Terminal version

1.11.2921.0

Windows build number

10.0.19042.1348

Other Software

No response

Steps to reproduce

Minimal test case:

wt ; split-pane -V -s 0.6667 ; move-focus left ; split-pane -H

I recently updated to the version specified; I was previously running Windows Terminal version 1.9.1942.0 where the behavior was as expected.

Expected Behavior

Windows terminal should create a tab with the following layout:

  • One column with width ~33%, containing two console panes split at 50% height
  • A second column with width 66%, containing one console pane

Actual Behavior

Windows Terminal creates a tab with the following layout:

  • One column with width ~33%, containing one console pane
  • A second column with width ~66%, containing two console panes split at 50% height
Originally created by @nosoop on GitHub (Nov 19, 2021). ### Windows Terminal version 1.11.2921.0 ### Windows build number 10.0.19042.1348 ### Other Software _No response_ ### Steps to reproduce Minimal test case: ``` wt ; split-pane -V -s 0.6667 ; move-focus left ; split-pane -H ``` I recently updated to the version specified; I was previously running Windows Terminal version 1.9.1942.0 where the behavior was as expected. ### Expected Behavior Windows terminal should create a tab with the following layout: - One column with width ~33%, containing two console panes split at 50% height - A second column with width 66%, containing one console pane ### Actual Behavior Windows Terminal creates a tab with the following layout: - One column with width ~33%, containing one console pane - A second column with width ~66%, containing two console panes split at 50% height
claunia added the Needs-TriageNeeds-Tag-Fix labels 2026-01-31 04:52:16 +00:00
Author
Owner

@nosoop commented on GitHub (Nov 19, 2021):

Whoops, didn't see that this was reported and closed at #11654.

@nosoop commented on GitHub (Nov 19, 2021): Whoops, didn't see that this was reported and closed at #11654.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#15921