coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] dircolors: add *direct* to TERM matching


From: nl6720
Subject: [PATCH] dircolors: add *direct* to TERM matching
Date: Tue, 27 Jul 2021 16:29:59 +0300

* src/dircolors.hin: Add *direct* to match terminals that
support direct colors (24-bit color / TrueColor).
---
Resending this, since it seems to have been forgotten.

 src/dircolors.hin | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/dircolors.hin b/src/dircolors.hin
index 834867b14..b5d6452d7 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.32.0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]