From be5a334a0c06f215905f3972508e78a059d1c7fe Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Dec 1999 10:53:50 +0000 Subject: zsh-workers/9139 --- Functions/Zftp/zftp_chpwd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions') diff --git a/Functions/Zftp/zftp_chpwd b/Functions/Zftp/zftp_chpwd index cd4560540..f661fa3ee 100644 --- a/Functions/Zftp/zftp_chpwd +++ b/Functions/Zftp/zftp_chpwd @@ -32,9 +32,9 @@ else local str=$zfconfig[lastloc_$ZFTP_SESSION] [[ ${#str} -lt 70 ]] && str="%m: %~ $str" case $TERM in - sun-cmd) print -n -P "\033]l$str\033\\" + sun-cmd) print -Pn "\033]l$str\033\\" ;; - *xterm*|rxvt|dtterm|Eterm) print -n -P "\033]2;$str\a" + *xterm*|rxvt|dtterm|Eterm|kterm) print -Pn "\033]2;$str\a" ;; esac fi -- cgit 1.4.1