about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-10 16:07:57 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-10 16:07:57 +0000
commite721ca5e67d37ffcc48d3dc5f5b2739df1f4412a (patch)
treefac0869a3834f422519c6fac61e48d2fc1ec5149 /Functions
parent188e6569dbb250b25bf3fe74b9d13007d5207b51 (diff)
downloadzsh-e721ca5e67d37ffcc48d3dc5f5b2739df1f4412a.tar.gz
zsh-e721ca5e67d37ffcc48d3dc5f5b2739df1f4412a.tar.xz
zsh-e721ca5e67d37ffcc48d3dc5f5b2739df1f4412a.zip
zsh-workers/8993
Diffstat (limited to 'Functions')
-rw-r--r--Functions/Zftp/zftp_chpwd2
1 files changed, 1 insertions, 1 deletions
diff --git a/Functions/Zftp/zftp_chpwd b/Functions/Zftp/zftp_chpwd
index 53972cd65..b7f8b7c7b 100644
--- a/Functions/Zftp/zftp_chpwd
+++ b/Functions/Zftp/zftp_chpwd
@@ -35,7 +35,7 @@ else
     case $TERM in
       sun-cmd) print -n -P "\033]l$str\033\\"
 	       ;;
-      xterm|aixterm) print -n -P "\033]2;$str\a"
+      *xterm*) print -n -P "\033]2;$str\a"
 	     ;;
     esac
   fi