this patch adds more terminals to the colorize list:
ansi
color-xterm
cons25
gnome
konsole
kterm
rxvt-cygwin
rxvt-cygwin-native
screen.linux
xterm-256color

and it sorts it alphabetically so future additions are easier to manage
-mike
Index: src/dircolors.hin
===================================================================
RCS file: /cvsroot/coreutils/coreutils/src/dircolors.hin,v
retrieving revision 1.20
diff -u -p -r1.20 dircolors.hin
--- src/dircolors.hin	5 Sep 2005 17:11:39 -0000	1.20
+++ src/dircolors.hin	11 Sep 2005 23:07:33 -0000
@@ -5,10 +5,8 @@
 # slackware version of dircolors) are recognized but ignored.
 
 # Below, there should be one TERM entry for each termtype that is colorizable
-TERM linux
-TERM linux-c
-TERM mach-color
-TERM console
+TERM ansi
+TERM color-xterm
 TERM con132x25
 TERM con132x30
 TERM con132x43
@@ -19,18 +17,30 @@ TERM con80x30
 TERM con80x43
 TERM con80x50
 TERM con80x60
+TERM cons25
+TERM console
 TERM cygwin
 TERM dtterm
+TERM Eterm
+TERM gnome
+TERM konsole
+TERM kterm
+TERM linux
+TERM linux-c
+TERM mach-color
 TERM putty
-TERM xterm
-TERM xterm-color
-TERM xterm-debian
 TERM rxvt
+TERM rxvt-cygwin
+TERM rxvt-cygwin-native
 TERM screen
 TERM screen-bce
 TERM screen-w
+TERM screen.linux
 TERM vt100
-TERM Eterm
+TERM xterm
+TERM xterm-256color
+TERM xterm-color
+TERM xterm-debian
 
 # Below are the color init strings for the basic file types. A color init
 # string consists of one or more of the following numeric codes:
_______________________________________________
Bug-coreutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to