2010-10-23 12:47:33 -04:00
|
|
|
$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
|
2009-10-10 06:16:17 -04:00
|
|
|
int color_flag = false; /* library shouldn't default to color mode */
|
2009-07-26 15:53:28 -04:00
|
|
|
#else
|
2009-10-10 06:16:17 -04:00
|
|
|
-int color_flag = true; /* "set color" flag, true for color output mode */
|
|
|
|
+int color_flag = false; /* "set color" flag, true for color output mode */
|
2009-07-26 15:53:28 -04:00
|
|
|
#endif
|
2009-04-14 14:37:31 -04:00
|
|
|
int bold_colors; /* "set bold_colors" flag */
|
2007-06-26 01:51:02 -04:00
|
|
|
int cur_color = -1; /* current color on the terminal */
|