From 7f303de877fff4139ed9954a2740f34e9f5ca048 Mon Sep 17 00:00:00 2001 From: nl6720 Date: Tue, 27 Jul 2021 16:29:59 +0300 Subject: [PATCH] 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 --- src/dircolors.hin | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.2