zsh-workers
 help / color / mirror / code / Atom feed
From: Alexandre Duret-Lutz <alexandre.duret@greyc.ismra.fr>
To: zsh-workers@sunsite.auc.dk
Subject: Re: PATCH: zftp xterm titlebar
Date: 23 Dec 1999 11:50:46 +0000	[thread overview]
Message-ID: <7du2l9ri3t.fsf@greyc.ismra.fr> (raw)
In-Reply-To: Alexandre Duret-Lutz's message of "10 Dec 1999 19:38:43 +0000"

>>> "AD" == Alexandre Duret-Lutz <alexandre.duret@greyc.ismra.fr> 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



  parent reply	other threads:[~1999-12-23 10:51 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-10 16:06 Clint Adams
1999-12-10 19:38 ` Alexandre Duret-Lutz
1999-12-12 10:44   ` Andrej Borsenkow
1999-12-13 10:13     ` Alexandre Duret-Lutz
1999-12-13 12:08       ` Andrej Borsenkow
1999-12-14 11:15         ` Oliver Kiddle
1999-12-23 11:50   ` Alexandre Duret-Lutz [this message]
1999-12-12 11:51 ` Andrej Borsenkow
1999-12-12 23:02   ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7du2l9ri3t.fsf@greyc.ismra.fr \
    --to=alexandre.duret@greyc.ismra.fr \
    --cc=zsh-workers@sunsite.auc.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).