openbsd-ports/math/mathomatic/patches/patch-globals_c
steven 3361bf851b update to 14.5.2
and homepage changed
2009-07-26 19:53:28 +00:00

13 lines
564 B
Plaintext

$OpenBSD: patch-globals_c,v 1.12 2009/07/26 19:53:28 steven Exp $
--- globals.c.orig Mon Jun 22 21:12:40 2009
+++ globals.c Sun Jul 26 21:45:43 2009
@@ -61,7 +61,7 @@ int debug_level; /* current debug level */
#if LIBRARY
int color_flag = false; /* library doesn't default to color mode */
#else
-int color_flag = true; /* "set color" flag, true for color mode */
+int color_flag = false; /* "set color" flag, true for color mode */
#endif
int bold_colors; /* "set bold_colors" flag */
int cur_color = -1; /* current color on the terminal */