From: nl6720 Date: Tue, 27 Jul 2021 13:29:59 +0000 (+0300) Subject: dircolors: add *direct* to TERM matching X-Git-Tag: v9.0~46 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7f303de877fff4139ed9954a2740f34e9f5ca048;p=thirdparty%2Fcoreutils.git dircolors: add *direct* to TERM matching Search for "direct color" at: https://invisible-island.net/xterm/terminfo.html * src/dircolors.hin: Add *direct* to match terminals that support direct colors (24-bit color / TrueColor). The trailing * will match entries like xterm-direct2. Addresses https://bugs.gnu.org/39827 --- diff --git a/src/dircolors.hin b/src/dircolors.hin index 834867b14f..b5d6452d77 100644 --- a/src/dircolors.hin +++ b/src/dircolors.hin @@ -17,6 +17,7 @@ TERM con[0-9]*x[0-9]* TERM cons25 TERM console TERM cygwin +TERM *direct* TERM dtterm TERM gnome TERM hurd