83aeb13546
seems to need gmake now
13 lines
592 B
Plaintext
13 lines
592 B
Plaintext
$OpenBSD: patch-globals_c,v 1.14 2010/10/23 16:47:34 steven Exp $
|
|
--- globals.c.orig Fri Oct 8 19:57:18 2010
|
|
+++ globals.c Sat Oct 23 18:05:12 2010
|
|
@@ -81,7 +81,7 @@ int debug_level; /* current debug level */
|
|
#if LIBRARY || NO_COLOR
|
|
int color_flag = false; /* library shouldn't default to color mode */
|
|
#else
|
|
-int color_flag = true; /* "set color" flag, true for color output mode */
|
|
+int color_flag = false; /* "set color" flag, true for color output mode */
|
|
#endif
|
|
int bold_colors; /* "set bold_colors" flag */
|
|
int cur_color = -1; /* current color on the terminal */
|