]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add several more TERM types.
authorJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 20:34:03 +0000 (20:34 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 7 Nov 1999 20:34:03 +0000 (20:34 +0000)
Add .bz2 suffix.
Add .png for real this time.
Change the image types colors to be visible in a black-on-white xterm.

src/dircolors.hin

index 3aede6b002b0257ac07692f5bda85577ed6e835f..02af508d36da850fcf769933bc5c3f0a59740e49 100644 (file)
@@ -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