Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Problems with precmd/urxvt
- X-seq: zsh-users 17448
- From: Yuri D'Elia <wavexx@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxx
- Subject: Problems with precmd/urxvt
- Date: Mon, 03 Dec 2012 10:20:15 +0100
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
Hi everyone. Recently I tried make zsh change my terminal title with the
following in my .zshrc:
precmd() { print -Pn '\e]2;%~\a' }
it works ok, but from time to time, when I fire up a new urxvt terminal,
I get the following:
precmd:print: write error: interrupt
anybody got the same?
Also, since print is builtin, I wasn't able to silence the error anyway.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author