zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: zftp xterm titlebar
@ 1999-12-10 16:06 Clint Adams
  1999-12-10 19:38 ` Alexandre Duret-Lutz
  1999-12-12 11:51 ` Andrej Borsenkow
  0 siblings, 2 replies; 9+ messages in thread
From: Clint Adams @ 1999-12-10 16:06 UTC (permalink / raw)
  To: zsh-workers

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


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~1999-12-23 10:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-12-10 16:06 PATCH: zftp xterm titlebar 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
1999-12-12 11:51 ` Andrej Borsenkow
1999-12-12 23:02   ` Bart Schaefer

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).