X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=.zsh%2Fzshrc%2F85_xtermtitle;fp=.zsh%2Fzshrc%2F85_xtermtitle;h=320e3ea891fd8b2f784d2c338eead83c83c27a8b;hb=509051beb3c5f365bd6642c861b5ecb733640f01;hp=da7a9a47e9160bfe6f62fbb78e02e12685ccae04;hpb=ec83ec7d3d1c4e4066c6333f26e6f798efb2d491;p=zsh.git diff --git a/.zsh/zshrc/85_xtermtitle b/.zsh/zshrc/85_xtermtitle index da7a9a4..320e3ea 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*|stterm*) print -nR $'\033]0;'$*$'\a' ;; esac