$OpenBSD: patch-globals_c,v 1.8 2007/09/18 15:46:36 steven Exp $ --- globals.c.orig Mon Sep 3 14:08:03 2007 +++ globals.c Tue Sep 18 17:42:34 2007 @@ -50,7 +50,7 @@ int debug_level; /* current debug level */ #endif /* variables having to do with color mode */ -int color_flag = true; /* true for color mode */ +int color_flag = false; /* true for color mode */ int bold_colors; /* true for bold colors */ int cur_color = -1; /* current color on the terminal */