From 6d1d2c00682996db65fd33c94a0e1bdd53696328 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 10 Aug 2006 08:50:37 +0000 Subject: [PATCH] * 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. --- ChangeLog | 8 ++++++++ src/dircolors.hin | 25 +++++++++++++++++-------- 2 files changed, 25 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index f32f5ea..79792fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2006-08-10 Jim Meyering + + * 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. + 2006-08-09 Paul Eggert * src/dd.c (usage): Warn about oflag=append without conv=notrunc. diff --git a/src/dircolors.hin b/src/dircolors.hin index a8ef8a0..9a2026b 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: -- 2.7.4