summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-11-07 20:34:03 +0000
committerJim Meyering <jim@meyering.net>1999-11-07 20:34:03 +0000
commite2e5b7324e2223c780e1b7b8383f56a793b383df (patch)
treec7073a60829a87756529d170aae7b911a894d0dd /src
parentf706863aa6c3ad8052d2af15051abba0c34dd7ba (diff)
downloadcoreutils-e2e5b7324e2223c780e1b7b8383f56a793b383df.tar.xz
Add several more TERM types.
Add .bz2 suffix. Add .png for real this time. Change the image types colors to be visible in a black-on-white xterm.
Diffstat (limited to 'src')
-rw-r--r--src/dircolors.hin22
1 files changed, 16 insertions, 6 deletions
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 3aede6b00..02af508d3 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -6,6 +6,8 @@
# Below, there should be one TERM entry for each termtype that is colorizable
TERM linux
+TERM linux-c
+TERM mach-color
TERM console
TERM con132x25
TERM con132x30
@@ -18,6 +20,10 @@ TERM con80x43
TERM con80x50
TERM con80x60
TERM xterm
+TERM xterm-debian
+TERM rxvt
+TERM screen
+TERM screen-w
TERM vt100
# Below are the color init strings for the basic file types. A color init
@@ -62,9 +68,12 @@ EXEC 01;32
.z 01;31
.Z 01;31
.gz 01;31
+.bz2 01;31
.deb 01;31
.rpm 01;31
-.jpg 01;35 # image formats
+
+# image formats
+.jpg 01;35
.png 01;35
.gif 01;35
.bmp 01;35
@@ -73,8 +82,9 @@ EXEC 01;32
.xbm 01;35
.xpm 01;35
.tif 01;35
-.mpg 01;37
-.avi 01;37
-.fli 01;37
-.gl 01;37
-.dl 01;37
+.png 01;35
+.mpg 01;35
+.avi 01;35
+.fli 01;35
+.gl 01;35
+.dl 01;35