From c9aaf396e29a6803d1e4d0eec326dffda19ca397 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Fri, 29 May 2015 22:34:37 -0400 Subject: change bold threshold --- src/globals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/globals.h b/src/globals.h index 6077057..c9ef461 100644 --- a/src/globals.h +++ b/src/globals.h @@ -43,7 +43,7 @@ #define SAVE_MAGIC "PORTv3" #define MAGIC_LEN 6 -#define BOLD_THRESHOLD 50 +#define BOLD_THRESHOLD 25 #define ABS(x) (((x)<0)?-(x):(x)) typedef unsigned long long ullong; -- cgit v1.1