From 3b4009cd5321331a74b848a109323182173d7802 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 10 Dec 1999 18:42:38 +0000 Subject: zsh-workers/8994 --- Functions/Zftp/zftp_chpwd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') 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 -- cgit 1.4.1