summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 53f3378..25d1fe0 100644
--- a/config.def.h
+++ b/config.def.h
@@ -18,6 +18,9 @@
/* --- Wrap reading text at a column width. --------------------------------- */
#define WRAP 0 /* 0 = fit the terminal (no wrap when piped); N = fixed cols */
+/* --- Verse-number column. ------------------------------------------------- */
+#define VNUM 8 /* width of the left "chap:verse" column; text hangs under it */
+
/* ------------------------- derived (do not edit) ------------------------- */
#if GOSPEL_ONLY
# define READMODE "Gospel only"