aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/flags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml
index a48d059556..b4f6272acf 100644
--- a/lib/flags.ml
+++ b/lib/flags.ml
@@ -63,7 +63,7 @@ let if_silent f x = if !silent then f x
let if_verbose f x = if not !silent then f x
(* Use terminal color *)
-let term_color = ref true
+let term_color = ref false
let make_term_color b = term_color := b
let is_term_color () = !term_color