microsoft/Terminal
在 GitHub 查看Subsequent `wt.exe /min` to an existing window restores a minimized window
Open
#18,076 建立於 2024年10月18日
Area-RemotingArea-WindowingHelp WantedIssue-BugProduct-Terminal
倉庫指標
- Star
- (35,764 star)
- PR 合併指標
- (平均合併 27天 19小時) (30 天內合併 24 個 PR)
描述
Windows Terminal version
1.22.2702.0
Windows build number
10.0.19045.4894
Other Software
No response
Steps to reproduce
new console creating wt.exe respects /min
start /min wt.exe -w exam -> new wt, single tab, minimized
start /min wt.exe -w exam sp -> new wt, single tab, minimized, two panes
Expected Behavior
start /min wt.exe -w exam && ^
(echo "sleep 1.0" && ping -n 2 localhost) > NUL && ^
start /min wt.exe -w exam sp
-> minimized wt, single tab, two panes
Actual Behavior
start /min wt.exe -w exam && ^
(echo "sleep 1.0" && ping -n 2 localhost) > NUL && ^
start /min wt.exe -w exam sp
-> visible wt, single tab, two panes