]> git.donarmstrong.com Git - zsh.git/commitdiff
set the term for all screen terms
authorDon Armstrong <don@donarmstrong.com>
Mon, 30 Dec 2013 18:49:50 +0000 (10:49 -0800)
committerDon Armstrong <don@donarmstrong.com>
Mon, 30 Dec 2013 18:49:50 +0000 (10:49 -0800)
.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'
       ;;