Use rxvt* to support setting title for rxvt-unicode
authorMichael Prokop <mika@grml.org>
Thu, 19 Feb 2009 16:12:01 +0000 (17:12 +0100)
committerMichael Prokop <mika@grml.org>
Thu, 19 Feb 2009 16:12:01 +0000 (17:12 +0100)
debian/changelog
etc/zsh/zshrc

index 3e63cc1..3d196d2 100644 (file)
@@ -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 <mika@grml.org>  Thu, 19 Feb 2009 17:10:41 +0100
+
 grml-etc-core (0.3.62) unstable; urgency=low
 
   [ Michael Prokop ]
index 51141a1..734a697 100644 (file)
@@ -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