zsh-workers
 help / color / mirror / code / Atom feed
From: Clint Adams <schizo@debian.org>
To: zsh-workers@sunsite.auc.dk
Subject: PATCH: zftp xterm titlebar
Date: Fri, 10 Dec 1999 11:06:07 -0500	[thread overview]
Message-ID: <19991210110607.A9218@dman.com> (raw)

It would be nice if terminfo/termcap had support for titlebars,
but I can't find any.

--- Functions/Zftp/zftp_chpwd	1999/09/10 13:58:18	1.1.1.4
+++ Functions/Zftp/zftp_chpwd	1999/12/10 15:57:10
@@ -35,7 +35,7 @@
     case $TERM in
       sun-cmd) print -n -P "\033]l$str\033\\"
 	       ;;
-      xterm|aixterm) print -n -P "\033]2;$str\a"
+      *xterm*) print -n -P "\033]2;$str\a"
 	     ;;
     esac
   fi


             reply	other threads:[~1999-12-10 16:06 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-12-10 16:06 Clint Adams [this message]
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
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=19991210110607.A9218@dman.com \
    --to=schizo@debian.org \
    --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).