]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/85_xtermtitle
set the term for all screen terms
[zsh.git] / .zsh / zshrc / 85_xtermtitle
index 087a739289eda446dfc9c5b9605c9b4b4dacb084..da7a9a47e9160bfe6f62fbb78e02e12685ccae04 100644 (file)
@@ -13,7 +13,7 @@
 
 __set_xterm_title() {
   case $TERM in
-    screen)
+    screen*)
       print -nR $'\033k'$1$'\033'\\ 
       print -nR $'\033]0;'$2$'\a'
       ;;