From 16dbd019bc1d955f083e8f771d00c6a3f9c553ba Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 28 Oct 2009 02:13:49 -0400 Subject: Colorization at the terminal now on by default --- src/global.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/global.cc') diff --git a/src/global.cc b/src/global.cc index 2ce73bae..19cab1c8 100644 --- a/src/global.cc +++ b/src/global.cc @@ -418,6 +418,9 @@ void global_scope_t::normalize_report_options(const string& verb) report_t& rep(report()); + if (! rep.HANDLED(no_color)) + rep.HANDLER(color).on_only(string("?normalize")); + // jww (2009-02-09): These globals are a hack, but hard to avoid. item_t::use_effective_date = (rep.HANDLED(effective) && ! rep.HANDLED(actual_dates)); -- cgit v1.2.3