From: Pádraig Brady
Date: Sun, 15 May 2016 20:23:42 +0000 (+0100) Subject: dircolors: output colors for any $TERM matching *color* X-Git-Tag: v8.26~106 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7945e09e7b1164cc463d6f6c2bb717211276df74;p=thirdparty%2Fcoreutils.git dircolors: output colors for any $TERM matching *color* * src/dircolors.hin: Reduce the list by replacing all specific mentions of "color" with the pattern "*color*". This will also cater for other entries like "konsole-256color". Fixes http://bugs.gnu.org/23542 --- diff --git a/src/dircolors.hin b/src/dircolors.hin index d2ea4531c4..4fb1f045c8 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -12,30 +12,24 @@ # against the TERM environment variable to determine if it is colorizable. TERM Eterm TERM ansi -TERM color-xterm +TERM *color* TERM con[0-9]*x[0-9]* TERM cons25 TERM console TERM cygwin TERM dtterm -TERM eterm-color TERM gnome -TERM gnome-256color TERM hurd TERM jfbterm TERM konsole TERM kterm TERM linux TERM linux-c -TERM mach-color -TERM mach-gnu-color TERM mlterm TERM putty -TERM putty-256color TERM rxvt* TERM screen* TERM st -TERM st-256color TERM terminator TERM tmux* TERM vt100