Inconsistent number of panes being created #7022

Closed
opened 2026-01-31 00:53:07 +00:00 by claunia · 2 comments
Owner

Originally created by @flery on GitHub (Mar 20, 2020).

Environment

Windows build number: Microsoft Windows [Version 10.0.18363.720]
Windows Terminal version (if applicable): 0.10.761.0

Steps to reproduce

When executing the following batch file multiple times an inconsistent number of panes is being created.

wt -p cmd ^
	; split-pane -H -p cmd  ^
 	; new-tab -p cmd ^
 	; split-pane -p cmd -H ^
 	; split-pane -p cmd -H ^
 	; split-pane -p cmd -H

Expected behavior

Two horizontal panes in tab one, four horizontal panes in tab two.

Actual behavior

2, 3 or 4 panes in tab two (inconsistently).

Originally created by @flery on GitHub (Mar 20, 2020). # Environment ``` Windows build number: Microsoft Windows [Version 10.0.18363.720] Windows Terminal version (if applicable): 0.10.761.0 ``` # Steps to reproduce When executing the following batch file multiple times an inconsistent number of panes is being created. ``` wt -p cmd ^ ; split-pane -H -p cmd ^ ; new-tab -p cmd ^ ; split-pane -p cmd -H ^ ; split-pane -p cmd -H ^ ; split-pane -p cmd -H ``` # Expected behavior Two horizontal panes in tab one, four horizontal panes in tab two. # Actual behavior 2, 3 or 4 panes in tab two (inconsistently).
claunia added the Resolution-Duplicate label 2026-01-31 00:53:07 +00:00
Author
Owner

@zadjii-msft commented on GitHub (Mar 20, 2020):

Thanks for the report! This is actually already being tracked by another issue on our repo - please refer to #4618 for more discussion.

/dup #4618

@zadjii-msft commented on GitHub (Mar 20, 2020): Thanks for the report! This is actually already being tracked by another issue on our repo - please refer to #4618 for more discussion. /dup #4618
Author
Owner

@ghost commented on GitHub (Mar 20, 2020):

Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!

@ghost commented on GitHub (Mar 20, 2020): Hi! We've identified this issue as a duplicate of another one that already exists on this Issue Tracker. This specific instance is being closed in favor of tracking the concern over on the referenced thread. Thanks for your report!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#7022