diff options
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | src/dircolors.hin | 25 |
2 files changed, 25 insertions, 8 deletions
@@ -1,3 +1,11 @@ +2006-08-10 Jim Meyering <jim@meyering.net> + + * src/dircolors.hin: Add a TERM directive for each of the following: + ansi, color-xterm, gnome, konsole, kterm, rxvt-cygwin, + rxvt-cygwin-native, screen.linux, xterm-256color. + Sort the TERM directives. + From Mike Frysinger. + 2006-08-09 Paul Eggert <eggert@cs.ucla.edu> * src/dd.c (usage): Warn about oflag=append without conv=notrunc. diff --git a/src/dircolors.hin b/src/dircolors.hin index a8ef8a0ba..9a2026bde 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -5,10 +5,9 @@ # 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 Eterm +TERM ansi +TERM color-xterm TERM con132x25 TERM con132x30 TERM con132x43 @@ -19,20 +18,30 @@ TERM con80x30 TERM con80x43 TERM con80x50 TERM con80x60 +TERM console TERM cygwin TERM dtterm +TERM gnome +TERM konsole +TERM kterm +TERM linux +TERM linux-c +TERM mach-color TERM mlterm TERM putty -TERM xterm -TERM xterm-color -TERM xterm-debian TERM rxvt +TERM rxvt-cygwin +TERM rxvt-cygwin-native TERM rxvt-unicode 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: |