On Thu, Apr 17, 2014 at 1:01 PM, Pádraig Brady <[email protected]> wrote: > On 04/17/2014 05:43 PM, David Michael wrote: >> * src/dircolors.hin: Add hurd and mach-gnu-color. >> --- >> >> Hi, >> >> Current Hurd-based systems use these two terminal types which are >> capable of displaying color. Can they be added to dircolors? >> >> Thanks. >> >> David >> >> src/dircolors.hin | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/src/dircolors.hin b/src/dircolors.hin >> index e9e3a6a..89ebf5a 100644 >> --- a/src/dircolors.hin >> +++ b/src/dircolors.hin >> @@ -29,12 +29,14 @@ TERM dtterm >> TERM eterm-color >> TERM gnome >> TERM gnome-256color >> +TERM hurd >> TERM jfbterm >> TERM konsole >> TERM kterm >> TERM linux >> TERM linux-c >> TERM mach-color >> +TERM mach-gnu-color > > Is mach-color now deprecated, should we remove it? > It's been there since 1999. What distinguishes mach-gnu-color? > > thanks, > Pádraig.
My understanding is that mach-color was replaced by mach-gnu-color in Hurd around two years ago.[1][2] I left the definition for compatibility, as I'm not aware of whether any non-GNU Mach systems use TERM=mach-color, and corresponding definitions for mach-color are still found in ncurses. Thanks. David [1] http://git.savannah.gnu.org/cgit/hurd/hurd.git/commit/?id=cada30c0b184d5d532fc484c9b07844183007468 [2] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614316#49
