-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Labels
Area-ServerDown in the muck of API call servicing, interprocess communication, eventing, etc.Down in the muck of API call servicing, interprocess communication, eventing, etc.Impact-CorrectnessIt be wrong.It be wrong.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-2A description (P2)A description (P2)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase
Milestone
Description
Windows Terminal version
1.22.10731.0
Windows build number
10.0.26100.3624
Other Software
New history list (F7) implementation changes the default text/background colors of console and does not restore them back on close. Probably, introduced in #17445.
Steps to reproduce
- Run command prompt (cmd.exe) in Terminal
- Type
helpcommand. Help will be displayed. - Type
color E0command. Colors of text and background will change, - Type
helpcommand again. Help will be displayed with new color. You can type other commands, they will also produce output using new colors. - Press F7, select
helpcommand from the list and press Enter, Help will be displayed with original color that was active before thecolor E0command was executed. All subsequent commands will also use this color.
Expected Behavior
Color change made by color E0 command will remain active after history usage,
Actual Behavior
Result of color E0 command is reverted by F7 implementation,
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-ServerDown in the muck of API call servicing, interprocess communication, eventing, etc.Down in the muck of API call servicing, interprocess communication, eventing, etc.Impact-CorrectnessIt be wrong.It be wrong.Issue-BugIt either shouldn't be doing this or needs an investigation.It either shouldn't be doing this or needs an investigation.Needs-Tag-FixDoesn't match tag requirementsDoesn't match tag requirementsPriority-2A description (P2)A description (P2)Product-ConhostFor issues in the Console codebaseFor issues in the Console codebase