diff options
author | Jim Meyering <jim@meyering.net> | 2007-08-23 16:33:11 +0200 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2007-08-23 16:33:11 +0200 |
commit | 90b11ce6651b65488ddc777a439aaca414fdcf31 (patch) | |
tree | dbf0a97491bad7cf65df53ad551a81aafd2a947f /src | |
parent | d02e4e77753f580ab91afc5915333222edc82104 (diff) | |
download | coreutils-90b11ce6651b65488ddc777a439aaca414fdcf31.tar.xz |
* src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color.
Suggestion from Dan Nicolaescu.
Diffstat (limited to 'src')
-rw-r--r-- | src/dircolors.hin | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin index 75c3c49d6..d7303e195 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -27,6 +27,7 @@ TERM cons25 TERM console TERM cygwin TERM dtterm +TERM eterm-color TERM gnome TERM konsole TERM kterm @@ -46,7 +47,9 @@ TERM screen-w TERM screen.linux TERM vt100 TERM xterm +TERM xterm-16color TERM xterm-256color +TERM xterm-88color TERM xterm-color TERM xterm-debian |