]> git.pld-linux.org Git - packages/tin.git/blob - tin-enable_coloring.patch
rediff patches
[packages/tin.git] / tin-enable_coloring.patch
1 diff -urN tin-1.5.14.org/src/init.c tin-1.5.14/src/init.c
2 --- tin-1.5.14.org/src/init.c   Thu Sep 19 10:14:14 2002
3 +++ tin-1.5.14/src/init.c       Thu Sep 26 17:14:58 2002
4 @@ -328,7 +328,7 @@
5         TRUE,           /* url_highlight */
6         0,              /* wrap_column */
7  #ifdef HAVE_COLOR
8 -       FALSE,          /* use_color */
9 +       TRUE,           /* use_color */
10  #endif /* HAVE_COLOR */
11         FALSE,          /* abbreviate_groupname */
12         TRUE,           /* add_posted_to_filter */
13 @@ -629,7 +629,7 @@
14  
15  #ifdef HAVE_COLOR
16         preinit_colors();
17 -       use_color = FALSE;
18 +       use_color = TRUE;
19  #endif /* HAVE_COLOR */
20  
21         word_highlight = TRUE;
This page took 0.077968 seconds and 3 git commands to generate.