openbsd-ports/math/mathomatic/patches/patch-globals_c
2007-06-26 05:51:02 +00:00

13 lines
484 B
Plaintext

$OpenBSD: patch-globals_c,v 1.7 2007/06/26 05:51:02 steven Exp $
--- globals.c.orig Sat Apr 28 15:34:20 2007
+++ globals.c Tue Jun 26 07:48:15 2007
@@ -49,7 +49,7 @@ int debug_level; /* current debug level */
#endif
/* variables having to do with color mode */
-int color_flag = true; /* true for color mode */
+int color_flag = false; /* true for color mode */
int bold_colors; /* true for bold colors */
int cur_color = -1; /* current color on the terminal */