Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Problems with precmd/urxvt



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