]> git.pld-linux.org Git - packages/tin.git/blame - tin-enable_coloring.patch
rediff patches
[packages/tin.git] / tin-enable_coloring.patch
CommitLineData
1bc4e5a1 1diff -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 @@
e50e2f6d
JP
5 TRUE, /* url_highlight */
6 0, /* wrap_column */
1bc4e5a1 7 #ifdef HAVE_COLOR
67fd8c86 8- FALSE, /* use_color */
9+ TRUE, /* use_color */
10 #endif /* HAVE_COLOR */
e50e2f6d 11 FALSE, /* abbreviate_groupname */
67fd8c86 12 TRUE, /* add_posted_to_filter */
1bc4e5a1 13@@ -629,7 +629,7 @@
67fd8c86 14
15 #ifdef HAVE_COLOR
16 preinit_colors();
17- use_color = FALSE;
18+ use_color = TRUE;
67fd8c86 19 #endif /* HAVE_COLOR */
20
1bc4e5a1 21 word_highlight = TRUE;
This page took 0.038959 seconds and 4 git commands to generate.