Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
chpwd() & print -Pn
- X-seq: zsh-users 10004
- From: Konstantin Sobolev <k_o_s@xxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: chpwd() & print -Pn
- Date: Wed, 8 Mar 2006 20:10:08 +0300
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
Hi
sorry for probably a stupid question.. after upgrading zsh from 4.2.x to 4.3.2
my chpwd function meant to update xterm's title stopped working:
chpwd () { print -Pn '^[]2;%~^G' }
instead it simply prints this stuff to the console:
kos@kos /tmp $ cd /tmp
^[]2;/tmp^G%
what could be causing it?
--
/KoS
* MPU-401s: All they ever think about is Hex!
Messages sorted by:
Reverse Date,
Date,
Thread,
Author