Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: zftp xterm titlebar
- X-seq: zsh-workers 8993
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx
- Subject: PATCH: zftp xterm titlebar
- Date: Fri, 10 Dec 1999 11:06:07 -0500
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
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
Messages sorted by:
Reverse Date,
Date,
Thread,
Author