Hi,

This patch adds the "TERM cygwin" entry to dircolors output.  Thanks,
        Igor
========================================================================
ChangeLog:
2002-10-16  Igor Pechtchanski <[EMAIL PROTECTED]>

        * dircolors.h (G_line): Add "TERM cygwin".
        (G_line_length): Adjust accordingly.
-- 
                                http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_                [EMAIL PROTECTED]
ZZZzz /,`.-'`'    -.  ;-;;,_            [EMAIL PROTECTED]
     |,4-  ) )-,_. ,\ (  `'-'           Igor Pechtchanski
    '---''(_/--'  `-'\_) fL     a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Oh, boy, virtual memory! Now I'm gonna make myself a really *big* RAMdisk!
  -- /usr/games/fortune
--- src/dircolors.h-orig        2002-10-09 10:44:16.000000000 -0400
+++ src/dircolors.h     2003-02-05 17:01:28.000000000 -0500
@@ -3,7 +3,7 @@
 const size_t G_line_length[G_N_LINES] =
 {
   65, 72, 0, 59, 61, 0, 77, 10, 12, 15, 12, 14, 14, 14, 14, 13, 13, 13, 13,
-  13, 13, 11, 10, 16, 17, 9, 11, 13, 10, 10, 0, 73, 64, 18, 64, 19, 72,
+  13, 13, 11, 10, 16, 17, 9, 11, 13, 10, 11, 10, 0, 73, 64, 18, 64, 19, 72,
   25, 72, 68, 22, 22, 71, 72, 17, 19, 17, 34, 39, 45, 0, 44, 10, 0, 70,
   75, 48, 0, 73, 40, 11, 11, 11, 11, 0, 48, 10, 10, 10, 10, 10, 10, 10,
   10, 10, 10, 10, 10, 0, 15, 10, 11, 10, 10, 10, 10, 10, 10, 10, 10, 10,
@@ -41,6 +41,7 @@ const char *const G_line[G_N_LINES] =
   "TERM screen",
   "TERM screen-w",
   "TERM vt100",
+  "TERM cygwin",
   "TERM Eterm",
   "",
   "# Below are the color init strings for the basic file types. A color init",
_______________________________________________
Bug-coreutils mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-coreutils

Reply via email to