From 5924009c0b3836c2f932a45d311b3c2f74e83178 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 5 Dec 2019 12:33:03 -0500 Subject: default size is 10x10 per wikipedia --- bs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bs.c b/bs.c index 8b26caf..0bf7155 100644 --- a/bs.c +++ b/bs.c @@ -15,7 +15,7 @@ #define COLUMNNAMES "ABCDEFGHIJKLMNOPQRSTUVWXYZ" #define MINSIZE 6 -#define DEFSIZE 20 +#define DEFSIZE 10 #define MAXSIZE ((int)sizeof(COLUMNNAMES) - 1) enum { VERTICAL, HORIZONTAL }; -- cgit v1.2.1