e5a95a71f1
maintainer e-mail address bounced
13 lines
462 B
Plaintext
13 lines
462 B
Plaintext
$OpenBSD: patch-globals_c,v 1.3 2006/03/11 13:43:27 steven Exp $
|
|
--- globals.c.orig Sat Mar 11 14:22:39 2006
|
|
+++ globals.c Sat Mar 11 14:22:48 2006
|
|
@@ -45,7 +45,7 @@ int debug_level; /* current debug lev
|
|
#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 */
|
|
|