]> git.pld-linux.org Git - packages/tin.git/blame - tin-enable_coloring.patch
- added this patch
[packages/tin.git] / tin-enable_coloring.patch
CommitLineData
4fb69dbc 1diff -urN tin-1.5.9.org/src/init.c tin-1.5.9/src/init.c
2--- tin-1.5.9.org/src/init.c Fri Jul 13 12:42:12 2001
3+++ tin-1.5.9/src/init.c Mon Jul 23 23:40:22 2001
4@@ -299,7 +299,7 @@
67fd8c86 5 0, /* col_title (initialised later) */
6 2, /* word_h_display_marks */
7 TRUE, /* word_highlight */
8- FALSE, /* use_color */
9+ TRUE, /* use_color */
10 #endif /* HAVE_COLOR */
11 TRUE, /* add_posted_to_filter */
12 TRUE, /* advertising */
4fb69dbc 13@@ -600,7 +600,7 @@
67fd8c86 14
15 #ifdef HAVE_COLOR
16 preinit_colors();
17- use_color = FALSE;
18+ use_color = TRUE;
19 word_highlight = TRUE;
20 #endif /* HAVE_COLOR */
21
This page took 0.11253 seconds and 4 git commands to generate.