-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Closed
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportIn-PRThis issue has a related PRThis issue has a related PRIssue-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-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Description
Windows Terminal version
Commit f93347e
Windows build number
10.0.19045.4780
Other Software
No response
Steps to reproduce
- Open a WSL bash shell in a recent build of Windows Terminal (I suspect it needs to be 450eec4 or later).
- Make sure your shell isn't configured to set the title itself.
- Set the title with an OSC 0 sequence:
printf "\e]0;Test\e\\" - Note that the title has changed.
- Reset the title with a blank OSC 0 sequence:
printf "\e]0\e\\"
Expected Behavior
The title should be reset to its starting value. This works correctly in Terminal Preview and also in current builds of OpenConsole.
Actual Behavior
The title is just set to a blank value. The same problem occurs with the DECSWT title sequence too.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Area-VTVirtual Terminal sequence supportVirtual Terminal sequence supportIn-PRThis issue has a related PRThis issue has a related PRIssue-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-3A description (P3)A description (P3)Product-TerminalThe new Windows Terminal.The new Windows Terminal.
Type
Projects
Status
Shipped