diff options
author | Jim Meyering <jim@meyering.net> | 2006-08-10 08:50:37 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-08-10 08:50:37 +0000 |
commit | 6d1d2c00682996db65fd33c94a0e1bdd53696328 (patch) | |
tree | 5de92a189dd1c3ca38916a5cb874db453ad5e4c5 /src | |
parent | 407ff38d9405d5071a2b7282ec053ef7bdb9e79b (diff) | |
download | coreutils-6d1d2c00682996db65fd33c94a0e1bdd53696328.tar.xz |
* 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.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 25 |
1 files changed, 17 insertions, 8 deletions
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: |