]> git.pld-linux.org Git - packages/tin.git/commitdiff
- patch for tin-1.5.14
authorlukasz <lukasz@pld-linux.org>
Thu, 26 Sep 2002 15:19:39 +0000 (15:19 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tin-enable_coloring.patch -> 1.3

tin-enable_coloring.patch

index fb4e4856af334cb2eb9edda02bd1be413572ee36..fd926127c4bf357871a39e3137c68698bcf91464 100644 (file)
@@ -1,21 +1,21 @@
-diff -urN tin-1.5.9.org/src/init.c tin-1.5.9/src/init.c
---- tin-1.5.9.org/src/init.c   Fri Jul 13 12:42:12 2001
-+++ tin-1.5.9/src/init.c       Mon Jul 23 23:40:22 2001
-@@ -299,7 +299,7 @@
-       0,              /* col_title (initialised later) */
-       2,              /* word_h_display_marks */
+diff -urN tin-1.5.14.org/src/init.c tin-1.5.14/src/init.c
+--- tin-1.5.14.org/src/init.c  Thu Sep 19 10:14:14 2002
++++ tin-1.5.14/src/init.c      Thu Sep 26 17:14:58 2002
+@@ -328,7 +328,7 @@
+ #endif /* HAVE_COLOR */
        TRUE,           /* word_highlight */
+ #ifdef HAVE_COLOR
 -      FALSE,          /* use_color */
 +      TRUE,           /* use_color */
  #endif /* HAVE_COLOR */
        TRUE,           /* add_posted_to_filter */
        TRUE,           /* advertising */
-@@ -600,7 +600,7 @@
+@@ -629,7 +629,7 @@
  
  #ifdef HAVE_COLOR
        preinit_colors();
 -      use_color = FALSE;
 +      use_color = TRUE;
-       word_highlight = TRUE;
  #endif /* HAVE_COLOR */
  
+       word_highlight = TRUE;
This page took 0.104107 seconds and 4 git commands to generate.