summaryrefslogtreecommitdiffstats
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 23:15:58 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 23:15:58 +0000
commit15e665b5508591ef88ea6e5ee02dc2e6a0851080 (patch)
tree55797f1891f05823b402f99b16ce642e2de54c77 /chars.c
parent61bc2c623cae2e83cbc5b4943f27f51f9d83661d (diff)
downloadmandoc-15e665b5508591ef88ea6e5ee02dc2e6a0851080.tar.gz
Many more UTF-8 symbols in place.
Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff.
Diffstat (limited to 'chars.c')
-rw-r--r--chars.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/chars.c b/chars.c
index 603cc8b1..099716f3 100644
--- a/chars.c
+++ b/chars.c
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 267
+#define LINES_MAX 300
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },