GNU bug report logs - #33915
please document how to use more than 8 colors with ls / dircolors

Previous Next

Package: coreutils;

Reported by: Vincent Lefevre <vincent <at> vinc17.net>

Date: Sun, 30 Dec 2018 01:22:01 UTC

Severity: normal

Done: Pádraig Brady <P <at> draigBrady.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Pádraig Brady <P <at> draigBrady.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#33915: closed (please document how to use more than 8 colors
 with ls / dircolors)
Date: Mon, 31 Dec 2018 13:21:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Mon, 31 Dec 2018 05:20:42 -0800
with message-id <9c2bdff1-18b3-14e0-08f5-17c892ec79fa <at> draigBrady.com>
and subject line Re: bug#33915: ls / dircolors should support more than 8 colors
has caused the debbugs.gnu.org bug report #33915,
regarding please document how to use more than 8 colors with ls / dircolors
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
33915: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33915
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vincent Lefevre <vincent <at> vinc17.net>
To: bug-coreutils <at> gnu.org
Subject: ls / dircolors should support more than 8 colors
Date: Sun, 30 Dec 2018 02:21:15 +0100
ls / dircolors should support more than 8 colors.

First, "dircolors -p" says:

# Below are the color init strings for the basic file types. A color init
# string consists of one or more of the following numeric codes:
# Attribute codes:
# 00=none 01=bold 04=underscore 05=blink 07=reverse 08=concealed
# Text color codes:
# 30=black 31=red 32=green 33=yellow 34=blue 35=magenta 36=cyan 37=white
# Background color codes:
# 40=black 41=red 42=green 43=yellow 44=blue 45=magenta 46=cyan 47=white

But one can get bright colors without bold by using 90, 91, etc.
This is useful with gnome-terminal.

I think that this should be documented.

Support for more than 16 colors could be nice...

-- 
Vincent Lefèvre <vincent <at> vinc17.net> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


[Message part 3 (message/rfc822, inline)]
From: Pádraig Brady <P <at> draigBrady.com>
To: Vincent Lefevre <vincent <at> vinc17.net>, 33915-done <at> debbugs.gnu.org
Subject: Re: bug#33915: ls / dircolors should support more than 8 colors
Date: Mon, 31 Dec 2018 05:20:42 -0800
On 29/12/18 18:10, Vincent Lefevre wrote:
> On 2018-12-30 02:21:15 +0100, Vincent Lefevre wrote:
>> But one can get bright colors without bold by using 90, 91, etc.
>> This is useful with gnome-terminal.
>>
>> I think that this should be documented.
>>
>> Support for more than 16 colors could be nice...
> 
> Actually this is also a lack of documentation. After looking at
> "tput setaf ..." and "tput setab ..." output in 256-color mode,
> one can use things like:
> 
>   38;5;<foreground color number>;48;5;<background color number>
> 
Addressed with:
https://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=d1de585

thanks


This bug report was last modified 6 years and 144 days ago.

Previous Next


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