openbsd-ports/math/mathomatic/patches/patch-globals_c
2009-10-10 10:16:17 +00:00

13 lines
580 B
Plaintext

$OpenBSD: patch-globals_c,v 1.13 2009/10/10 10:16:17 steven Exp $
--- globals.c.orig Mon Aug 3 11:45:43 2009
+++ globals.c Sat Oct 10 12:14:08 2009
@@ -61,7 +61,7 @@ int debug_level; /* current debug level */
#if LIBRARY
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 */