SOURCES: pdksh-kshrc - apply rules to xterm/konsole/rxvt variants

arekm arekm at pld-linux.org
Thu Feb 19 09:28:54 CET 2009


Author: arekm                        Date: Thu Feb 19 08:28:54 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- apply rules to xterm/konsole/rxvt variants

---- Files affected:
SOURCES:
   pdksh-kshrc (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/pdksh-kshrc
diff -u SOURCES/pdksh-kshrc:1.7 SOURCES/pdksh-kshrc:1.8
--- SOURCES/pdksh-kshrc:1.7	Thu May 26 20:18:33 2005
+++ SOURCES/pdksh-kshrc	Thu Feb 19 09:28:48 2009
@@ -28,11 +28,11 @@
 bind '^I'=complete-list >/dev/null 2>&1
 
 case $TERM in
-	nxterm|xterm|xterm-color)
+	nxterm|xterm*|konsole*)
 		bind '^[[H'=beginning-of-line >/dev/null 2>&1
 		bind '^[[F'=end-of-line >/dev/null 2>&1
 		;;
-	linux|rxvt)
+	linux|rxvt*)
 		bind '^[[1~'=beginning-of-line >/dev/null 2>&1
 		bind '^[[4~'=end-of-line >/dev/null 2>&1
 		;;
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/pdksh-kshrc?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list