trufae / Therm

An iTerm2 fork with focus on minimalism and better defaults
GNU General Public License v2.0
299 stars 9 forks source link

Change title of tab/window #28

Open trufae opened 6 years ago

trufae commented 6 years ago

printf "\033]0;mfoo\007"

the thing is that it the ]2; should work too.. but its ignored by Therm/iTerm2.

trufae commented 6 years ago
ESC]0;stringBEL -- Set icon name and window title to string
ESC]1;stringBEL -- Set icon name to string
ESC]2;stringBEL -- Set window title to string
trufae commented 6 years ago

I have removed this feature from latest Therm, as long as it was possible to cause a DoS

trufae commented 6 years ago

Closing for now, but may be reopened if we want to have support for this somehow