--- tin-2.0.1/src/init.c.orig 2011-04-18 01:13:33.000000000 +0300 +++ tin-2.0.1/src/init.c 2011-12-28 17:29:19.575843077 +0200 @@ -328,7 +328,7 @@ TRUE, /* url_highlight */ 0, /* wrap_column */ #ifdef HAVE_COLOR - FALSE, /* use_color */ + TRUE, /* use_color */ #endif /* HAVE_COLOR */ FALSE, /* abbreviate_groupname */ TRUE, /* add_posted_to_filter */ @@ -700,7 +700,7 @@ #ifdef HAVE_COLOR preinit_colors(); - use_color = FALSE; + use_color = TRUE; #endif /* HAVE_COLOR */ word_highlight = TRUE;