[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Adding ncurses support to ls
From: |
Pádraig Brady |
Subject: |
Re: Adding ncurses support to ls |
Date: |
Tue, 22 Mar 2016 09:33:40 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 |
On 19/03/16 20:54, Jacques Pelletier wrote:
Hi,
I would like to know if 'ls' can use ncurses instead of its own code for
colors.
I plan to do this myself, but it seems ncurses depends on the coreutils.
Any hints?
Could you expand on the proposal.
Currently ls/dircolors hardcode the ^[[${color}m control code scheme,
with the ${color}s being defined in countless system and user configs.
Are there new/old terminal types you'd like to support that don't
support the existing scheme?
cheers,
Pádraig.