X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F85_xtermtitle;h=320e3ea891fd8b2f784d2c338eead83c83c27a8b;hb=HEAD;hp=da7a9a47e9160bfe6f62fbb78e02e12685ccae04;hpb=929a2738768030f0e46f3c13a26d9cde7cd38c62;p=zsh.git diff --git a/.zsh/zshrc/85_xtermtitle b/.zsh/zshrc/85_xtermtitle index da7a9a4..7ac7057 100644 --- a/.zsh/zshrc/85_xtermtitle +++ b/.zsh/zshrc/85_xtermtitle @@ -17,7 +17,7 @@ __set_xterm_title() { print -nR $'\033k'$1$'\033'\\ print -nR $'\033]0;'$2$'\a' ;; - xterm*|rxvt*) + xterm*|rxvt*|st-*|stterm*) print -nR $'\033]0;'$*$'\a' ;; esac