microsoft/Terminal

Subsequent `wt.exe /min` to an existing window restores a minimized window

开放

#18,076 创建于 2024年10月18日

 (1 条评论) (0 个反应) (0 位负责人)C++ (9,275 个派生)batch import
Area-RemotingArea-WindowingHelp WantedIssue-BugProduct-Terminal

仓库指标

星标
 (103,173 个星标)
PR 合并指标
 (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

贡献者指南