From: Jim Meyering Date: Thu, 23 Aug 2007 14:33:11 +0000 (+0200) Subject: * src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color. X-Git-Tag: v6.9.89~180 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90b11ce6651b65488ddc777a439aaca414fdcf31;p=thirdparty%2Fcoreutils.git * src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color. Suggestion from Dan Nicolaescu. --- diff --git a/ChangeLog b/ChangeLog index 4947123a4e..d03c121a0c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2007-08-23 Jim Meyering + * src/dircolors.hin: Add xterm-16color, xterm-88color and eterm-color. + Suggestion from Dan Nicolaescu. + Don't let ln be a party to destroying user data. * src/ln.c: Include "file-set.h", "hash.h" and "hash-triple.h". (dest_set, DEST_INFO_INITIAL_CAPACITY): New globals. diff --git a/src/dircolors.hin b/src/dircolors.hin index 75c3c49d66..d7303e1959 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