summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-18 09:28:41 +0000
committerJim Meyering <jim@meyering.net>2002-07-18 09:28:41 +0000
commita536063677476b32bfa03131c83328eff7ef8e2e (patch)
treeb027f36799916de6b011e409ecf1b45125d305b0 /src
parent570e8c45fe7efb91c65b505967a88450f8f505a6 (diff)
downloadcoreutils-a536063677476b32bfa03131c83328eff7ef8e2e.tar.xz
Add the following to the list of colorizable
TERM names: dtterm xterm-color Eterm. New archive suffix: .jar New image suffixes: .jpeg .pbm .pgm .tiff .mpeg .xcf .xwd Audio suffixes: .ogg .mp3
Diffstat (limited to 'src')
-rw-r--r--src/dircolors.hin15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 5da7807de..f39115685 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -19,12 +19,15 @@ TERM con80x30
TERM con80x43
TERM con80x50
TERM con80x60
+TERM dtterm
TERM xterm
+TERM xterm-color
TERM xterm-debian
TERM rxvt
TERM screen
TERM screen-w
TERM vt100
+TERM Eterm
# 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:
@@ -72,19 +75,31 @@ EXEC 01;32
.bz2 01;31
.deb 01;31
.rpm 01;31
+.jar 01;3
# image formats
.jpg 01;35
+.jpeg 01;35
.gif 01;35
.bmp 01;35
+.pbm 01;35
+.pgm 01;35
.ppm 01;35
.tga 01;35
.xbm 01;35
.xpm 01;35
.tif 01;35
+.tiff 01;35
.png 01;35
.mpg 01;35
+.mpeg 01;35
.avi 01;35
.fli 01;35
.gl 01;35
.dl 01;35
+.xcf 01;35
+.xwd 01;35
+
+# audio formats
+.ogg 01;35
+.mp3 01;35