]> git.pld-linux.org Git - packages/tin.git/blame - tin-enable_coloring.patch
- release 3 (by relup.sh)
[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 @@
5 #endif /* HAVE_COLOR */
67fd8c86 6 TRUE, /* word_highlight */
1bc4e5a1 7 #ifdef HAVE_COLOR
67fd8c86 8- FALSE, /* use_color */
9+ TRUE, /* use_color */
10 #endif /* HAVE_COLOR */
11 TRUE, /* add_posted_to_filter */
12 TRUE, /* advertising */
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.03501 seconds and 4 git commands to generate.