-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Labels
Area-RemotingCommunication layer between windows. Often for windowing behavior, quake mode, etc.Communication layer between windows. Often for windowing behavior, quake mode, etc.Area-WindowingWindow frame, quake mode, tearoutWindow frame, quake mode, tearoutHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Milestone
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-RemotingCommunication layer between windows. Often for windowing behavior, quake mode, etc.Communication layer between windows. Often for windowing behavior, quake mode, etc.Area-WindowingWindow frame, quake mode, tearoutWindow frame, quake mode, tearoutHelp WantedWe encourage anyone to jump in on these.We encourage anyone to jump in on these.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Product-TerminalThe new Windows Terminal.The new Windows Terminal.