[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: |
Fri, 28 Feb 2020 11:07:34 +0200 |
* src/dircolors.hin: Add *direct* to match terminals that
support direct colors (24-bit color / TrueColor).
---
src/dircolors.hin | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 8f795bc99..b22643dbb 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.25.1
- [PATCH] dircolors: add *direct* to TERM matching,
nl6720 <=