about summary refs log tree commit diff
path: root/Functions
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-12-10 18:42:38 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-12-10 18:42:38 +0000
commit3b4009cd5321331a74b848a109323182173d7802 (patch)
tree59a96986d31f8c645b8e1cb6328805e78d10a1af /Functions
parente721ca5e67d37ffcc48d3dc5f5b2739df1f4412a (diff)
downloadzsh-3b4009cd5321331a74b848a109323182173d7802.tar.gz
zsh-3b4009cd5321331a74b848a109323182173d7802.tar.xz
zsh-3b4009cd5321331a74b848a109323182173d7802.zip
zsh-workers/8994
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 b7f8b7c7b..4c23e83bf 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*) print -n -P "\033]2;$str\a"
+      *xterm*|rxvt|dtterm|Eterm) print -n -P "\033]2;$str\a"
 	     ;;
     esac
   fi