[Lunar-commits] CVS: moonbase/shells/bash/profile.d bash-prompt.rc, 1.1.1.1, 1.2

Jerry Lundström prox at lunar-linux.org
Mon Mar 7 13:49:29 UTC 2005


Update of /var/cvs/lunar/moonbase/shells/bash/profile.d
In directory espresso.foo-projects.org:/tmp/cvs-serv17535

Modified Files:
	bash-prompt.rc 
Log Message:
added rxvt support for titlebar stuff since it works also

Index: bash-prompt.rc
===================================================================
RCS file: /var/cvs/lunar/moonbase/shells/bash/profile.d/bash-prompt.rc,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- bash-prompt.rc	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ bash-prompt.rc	7 Mar 2005 13:49:26 -0000	1.2
@@ -10,7 +10,7 @@
 no_colour="\[\033[0m\]"
 # only set titlebar in a capable terminal:
 case $TERM in
-    xterm*|gnome*|konsole*)
+    rxvt*|xterm*|gnome*|konsole*)
         long_title='\u@\h \w'
         short_title='\W'
         titlebar="\[\033]0;$short_title\007\033]2;$long_title\007\]"



More information about the Lunar-commits mailing list