If I use the TITLE command in TCC or CMD, the corresponding tab is updated in TCMD as expected.
But for PowerShell the tab is NOT being updated. This is the PowerShell command I used to change the console window title text:
If I detach the tab I can see that the above command is working similarly to the TITLE command in TCC/CMD. When I reattach the tab, TCMD shows the correct title at the time of being attached.
It seems TCMD is not detecting the title change while attached for some reason.
But for PowerShell the tab is NOT being updated. This is the PowerShell command I used to change the console window title text:
Code:
$Host.UI.RawUI.WindowTitle = "Some Text"
If I detach the tab I can see that the above command is working similarly to the TITLE command in TCC/CMD. When I reattach the tab, TCMD shows the correct title at the time of being attached.
It seems TCMD is not detecting the title change while attached for some reason.