openbsd-ports/math/mathomatic/patches/patch-globals_c
2008-10-08 21:55:19 +00:00

13 lines
613 B
Plaintext

$OpenBSD: patch-globals_c,v 1.10 2008/10/08 21:55:19 steven Exp $
--- globals.c.orig Sat Sep 13 14:31:48 2008
+++ globals.c Wed Oct 8 23:48:06 2008
@@ -57,7 +57,7 @@ int debug_level; /* current debug level */
#endif
/* variables having to do with color mode */
-int color_flag = true; /* "set color" flag, true for color mode */
+int color_flag = false; /* "set color" flag, true for color mode */
int bold_colors; /* "set bold_colors" flag, true for bold colors if ANSI color mode */
int cur_color = -1; /* current color on the terminal */
int html_flag; /* true for HTML output mode */