ref: 08d6e9ceb2d7d420be1d916d32faeda18c4f27e0
parent: b6234f3e32fd4698cf2f872e446ec8a95ffc9275
author: Ali Gholami Rudi <ali@rudi.ir>
date: Sat Dec 15 15:44:15 EST 2018
roff.h: increase the number of hyphenation points per word
--- a/roff.h
+++ b/roff.h
@@ -44,7 +44,7 @@
#define MAXFRAC 100000 /* maximum value of the fractional part */
#define NCDEFS 128 /* number of character definitions (.char) */
#define NHYPHS 16384 /* hyphenation dictionary/patterns (.hw) */
-#define NHYPHSWORD 16 /* number of hyphenations per word */
+#define NHYPHSWORD 32 /* number of hyphenations per word */
#define NHCODES 512 /* number of .hcode characters */
#define WORDLEN 256 /* word length (for hyph.c) */
#define NFEATS 128 /* number of features per font */