-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wt.exe split-pane doesn't work in quake mode #13466
Comments
So, because the quake window is "special" (it can be hidden in a way that normal windows can't), it's excluded from the list of recent windows that To split the quake window, you may want to target it specifically: |
Is there any way to detect whether you're in a quake window programatically? |
... frick. No. Excellent question. |
Huh. Yea maybe that was an oversight when doing #9956. Maybe |
discussion: Yep, we should totally pull these two code paths apart. |
Windows Terminal version
1.15.1863.0
Windows build number
10.0.22000.739
Other Software
No response
Steps to reproduce
Open a quake terminal and execute
wt.exe -w 0 split-pane
Expected Behavior
The quake terminal to split
Actual Behavior
If a non-quake terminal is already open it is split. Otherwise a new non-quake terminal is opened and immediately split
The text was updated successfully, but these errors were encountered: