Skip to content

Commit

Permalink
Should be enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mattn committed Sep 19, 2014
1 parent 3fe7ec7 commit e8f061e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/options.c
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,7 @@ void print_version(void) {
void init_options(void) {
memset(&opts, 0, sizeof(opts));
opts.casing = CASE_SMART;
#ifdef _WIN32
opts.color = getenv("ANSICON") ? TRUE : FALSE;
#else
opts.color = TRUE;
#endif
opts.max_matches_per_file = 10000;
opts.max_search_depth = 25;
opts.print_break = TRUE;
Expand Down

0 comments on commit e8f061e

Please sign in to comment.