Title event handler attached to control on tab discards title variable #3875
Labels
Area-CodeHealth
Issues related to code cleanliness, linting, rules, warnings, errors, static analysis, etc.
Area-TerminalControl
Issues pertaining to the terminal control (input, selection, keybindings, mouse interaction, etc.)
Issue-Bug
It either shouldn't be doing this or needs an investigation.
Priority-3
A description (P3)
Product-Terminal
The new Windows Terminal.
Resolution-Fix-Available
It's available in an Insiders build or a release
Milestone
terminal/src/cascadia/TerminalApp/Tab.cpp
Lines 320 to 328 in 9145903
I'm trying to make the Telnet and Azure connection types set a title when they start up on the tab.
They're calling the ESC]0;<title>BEL sequence on the output handlers to make it happen.
Turns out that title makes it all the way to here and then is completely discarded in favor of whatever's already on the title.
The text was updated successfully, but these errors were encountered: