GNU bug report logs - #39827
[PATCH] dircolors: add *direct* to TERM matching

Previous Next

Package: coreutils;

Reported by: L A Walsh <coreutils <at> tlinx.org>

Date: Fri, 28 Feb 2020 17:01:02 UTC

Severity: normal

Tags: patch

Merged with 49745

Full log


View this message in rfc822 format

From: L A Walsh <coreutils <at> tlinx.org>
To: nl6720 <nl6720 <at> gmail.com>, Coreutils <coreutils <at> gnu.org>
Cc: 39827 <at> debbugs.gnu.org
Subject: bug#39827: [PATCH] dircolors: add *direct* to TERM matching
Date: Fri, 28 Feb 2020 09:00:36 -0800
xterm-TrueColor
and xterm-24bit
I've heard of, but direct?  Isn't that a direct serial line
connection?

But suffice it to say, I haven't seen any _concensus_ on a name
or terminal-name for that feature.

Certainly TrueColor or 24-bit (or maybe 32) would be more descriptive
that something used for a direct connetion?


On 2020/02/28 01:07, nl6720 wrote:
> * src/dircolors.hin: Add *direct* to match terminals that
> support direct colors (24-bit color / TrueColor).
>   
---
   Direct colors isn't an industry term that I've ever heard of. 
Besides, it takes about 13 bits per color to represent full color, so 
16-bits seems likely as an upper bound using 64-bits total (upper 16 for 
alpha?).


> ---
>  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
>   




This bug report was last modified 3 years and 298 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.