From c0c162e75f6602f2cf654cdb5be3d982b42b1115 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Thu, 19 Feb 2009 17:12:01 +0100 Subject: [PATCH] Use rxvt* to support setting title for rxvt-unicode --- debian/changelog | 7 +++++++ etc/zsh/zshrc | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 3e63cc1..3d196d2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +grml-etc-core (0.3.63) unstable; urgency=low + + * zshrc: use 'rxvt*' to support setting title in rxvt-unicode as + well. Thanks for reporting, gheift! [Closes: issue624] + + -- Michael Prokop Thu, 19 Feb 2009 17:10:41 +0100 + grml-etc-core (0.3.62) unstable; urgency=low [ Michael Prokop ] diff --git a/etc/zsh/zshrc b/etc/zsh/zshrc index 51141a1..734a697 100644 --- a/etc/zsh/zshrc +++ b/etc/zsh/zshrc @@ -1975,7 +1975,7 @@ is4 && [[ $NOPRECMD -eq 0 ]] && precmd () { # adjust title of xterm # see http://www.faqs.org/docs/Linux-mini/Xterm-Title.html case $TERM in - (xterm*|rxvt) + (xterm*|rxvt*) print -Pn "\e]0;%n@%m: %~\a" ;; esac -- 2.1.4