]> git.pld-linux.org Git - packages/tin.git/blame - tin-enable_coloring.patch
- new Release 5, there is official version 1.5.9 - not snapshot
[packages/tin.git] / tin-enable_coloring.patch
CommitLineData
67fd8c86 1--- tin-1.4.3/src/init.c.orig Thu Dec 16 16:12:45 1999
2+++ tin-1.4.3/src/init.c Thu Dec 16 16:13:14 1999
3@@ -293,7 +293,7 @@
4 0, /* col_title (initialised later) */
5 2, /* word_h_display_marks */
6 TRUE, /* word_highlight */
7- FALSE, /* use_color */
8+ TRUE, /* use_color */
9 #endif /* HAVE_COLOR */
10 TRUE, /* add_posted_to_filter */
11 TRUE, /* advertising */
12@@ -637,7 +637,7 @@
13
14 #ifdef HAVE_COLOR
15 preinit_colors();
16- use_color = FALSE;
17+ use_color = TRUE;
18 word_highlight = TRUE;
19 #endif /* HAVE_COLOR */
20
This page took 0.079857 seconds and 4 git commands to generate.