macos window title not changing with escape sequence #4113
-
|
The documentation suggests that escape sequences to change the title will work, but running this does not affect title change like it does in other terminals. I use this to better organize open windows, allowing different apps to set titles, or myself set a title when wanted, but by default I use this to name my Windows by the date that they were opened to help find stuff I've recently opened and didn't further organize. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
I just decided to try this from bash, rather than zsh, and it's working from bash. |
Beta Was this translation helpful? Give feedback.
-
|
I can confirm this still happens, works perfectly if starting a new shell (even if it's the same shell, starting zsh inside zsh), but doesn't work in the main one, not even sourcing ~/.zshrc |
Beta Was this translation helpful? Give feedback.
thats because the very first shell has automatic shell-integration which on its own has title reporting after commands are invoked
you can either disable shell-integration entirely or
shell-integration-features=no-title