[haiku-bugs] Re: [Haiku] #4494: [Terminal] some default color settings are hard to read

  • From: "Prasad" <trac@xxxxxxxxxxxx>
  • Date: Mon, 08 Oct 2012 09:17:02 -0000

#4494: [Terminal] some default color settings are hard to read
-------------------------------------+------------------------
   Reporter:  scottmc                |      Owner:  jackburton
       Type:  bug                    |     Status:  new
   Priority:  normal                 |  Milestone:  R1
  Component:  Applications/Terminal  |    Version:  R1/alpha1
 Resolution:                         |   Keywords:  gci2011
 Blocked By:                         |   Blocking:
Has a Patch:  1                      |   Platform:  All
-------------------------------------+------------------------

Comment (by Prasad):

 Replying to [comment:10 korli]:
 > Hi Prasad,
 >
 > it seems your patch doesn't include changes for src/dircolors.hin. Could
 you please add this and update the patch? Thanks.

 I am not sure I understand you correctly, but seems like the latest diff
 in dircolrs.hin is already reflected in the latest source code

 {{{
 ~> echo $LS_COLORS | tr -s ':' '\n' | grep -i lz
 *.lzh=01;31
 *.lzma=01;31
 *.tlz=01;31
 *.lz=01;31

 ~> echo $LS_COLORS | tr -s ':' '\n' | grep -i cgm
 *.cgm=01;35

 ~> echo $LS_COLORS | tr -s ':' '\n' | grep -i emf
 *.emf=01;35
 }}}


 The latest commit for dircolors.hin shows


 {{{
 commit 9904bec57614b6d4aee9a50344435fada6dcf1ee
 diff --git a/src/bin/coreutils/src/dircolors.hin
 b/src/bin/coreutils/src/dircolors.hin
 index 91ddcb6..6a4b1e3 100644
 --- a/src/bin/coreutils/src/dircolors.hin
 +++ b/src/bin/coreutils/src/dircolors.hin
 @@ -1,8 +1,7 @@
  # Configuration file for dircolors, a utility to help you set the
  # LS_COLORS environment variable used by GNU ls with the --color option.

 -# Copyright (C) 1996, 1999-2009
 -# Free Software Foundation, Inc.
 +# Copyright (C) 1996, 1999-2010 Free Software Foundation, Inc.
  # Copying and distribution of this file, with or without modification,
  # are permitted provided the copyright notice and this notice are
 preserved.

 @@ -116,6 +115,7 @@ EXEC 01;32
  .Z   01;31
  .dz  01;31
  .gz  01;31
 +.lz  01;31
  .xz  01;31
  .bz2 01;31
  .bz  01;31
 @@ -175,6 +175,8 @@ EXEC 01;32
  .xcf 01;35
  .xwd 01;35
  .yuv 01;35
 +.cgm 01;35
 +.emf 01;35

  # http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
  .axv 01;35
 }}}

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/4494#comment:12>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: