summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bs.c2
1 files changed, 1 insertions, 1 deletions
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 };