microsoft/Terminal

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

Open

#18,076 opened on 2024年10月18日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C++ (3,212 forks)batch import
Area-RemotingArea-WindowingHelp WantedIssue-BugProduct-Terminal

Repository metrics

Stars
 (35,764 stars)
PR merge metrics
 (平均マージ 27d 19h) (30d で 24 merged PRs)

説明

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

コントリビューターガイド