]> git.pld-linux.org Git - packages/tin.git/blame_incremental - tin-enable_coloring.patch
-updated to 1.5.14
[packages/tin.git] / tin-enable_coloring.patch
... / ...
CommitLineData
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 @@
5 #endif /* HAVE_COLOR */
6 TRUE, /* word_highlight */
7 #ifdef HAVE_COLOR
8- FALSE, /* use_color */
9+ TRUE, /* use_color */
10 #endif /* HAVE_COLOR */
11 TRUE, /* add_posted_to_filter */
12 TRUE, /* advertising */
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.067148 seconds and 4 git commands to generate.