From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8147 invoked from network); 23 Dec 1999 10:51:10 -0000 Received: from sunsite.auc.dk (130.225.51.30) by ns1.primenet.com.au with SMTP; 23 Dec 1999 10:51:10 -0000 Received: (qmail 19977 invoked by alias); 23 Dec 1999 10:51:01 -0000 Mailing-List: contact zsh-workers-help@sunsite.auc.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 9139 Received: (qmail 19968 invoked from network); 23 Dec 1999 10:51:01 -0000 To: zsh-workers@sunsite.auc.dk Subject: Re: PATCH: zftp xterm titlebar References: <19991210110607.A9218@dman.com> <7dpuweio1o.fsf@antares.l2i> From: Alexandre Duret-Lutz Date: 23 Dec 1999 11:50:46 +0000 In-Reply-To: Alexandre Duret-Lutz's message of "10 Dec 1999 19:38:43 +0000" Message-ID: <7du2l9ri3t.fsf@greyc.ismra.fr> User-Agent: Gnus/5.070097 (Pterodactyl Gnus v0.97) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii >>> "AD" == Alexandre Duret-Lutz writes: [...] AD> Are there other xterm-compatible terminals emulators around ? Yes, kterm : --- Functions/Zftp/zftp_chpwd~ Thu Dec 23 11:42:24 1999 +++ Functions/Zftp/zftp_chpwd Thu Dec 23 11:43:23 1999 @@ -32,9 +32,9 @@ 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 --- Etc/FAQ.yo~ Thu Dec 23 11:46:07 1999 +++ Etc/FAQ.yo Thu Dec 23 11:43:55 1999 @@ -1130,7 +1130,7 @@ case $TERM in sun-cmd+CHAR(41) print -Pn "\e]l%~\e\\" ;; - *xterm*|rxvt|dtterm|Eterm+CHAR(41) print -Pn "\e]2;%~\a" + *xterm*|rxvt|dtterm|Eterm|kterm+CHAR(41) print -Pn "\e]2;%~\a" ;; esac } -- Alexandre Duret-Lutz