emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#33915: closed (please document how to use more tha


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#33915: closed (please document how to use more than 8 colors with ls / dircolors)
Date: Mon, 31 Dec 2018 13:21:01 +0000

Your message dated Mon, 31 Dec 2018 05:20:42 -0800
with message-id <address@hidden>
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
address@hidden)


-- 
33915: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=33915
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: ls / dircolors should support more than 8 colors Date: Sun, 30 Dec 2018 02:21:15 +0100 User-agent: Mutt/1.11.1+76 (a5b64f6c) vl-114418 (2018-12-29)
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 <address@hidden> - 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)



--- End Message ---
--- Begin Message --- Subject: Re: bug#33915: ls / dircolors should support more than 8 colors Date: Mon, 31 Dec 2018 05:20:42 -0800 User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0
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


--- End Message ---

reply via email to

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