aboutsummaryrefslogtreecommitdiffstatshomepage
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
commitfe2ef6af98ac0a785b5359a7aafd6b8c5299a414 (patch)
tree0e8d0c14eff78d84b4ab84bc9b4a68b27e430ff9 /chars.c
parentef09d267153b67097acd651a9e01d61286af614f (diff)
downloadmandoc-fe2ef6af98ac0a785b5359a7aafd6b8c5299a414.tar.gz
mandoc-fe2ef6af98ac0a785b5359a7aafd6b8c5299a414.tar.zst
mandoc-fe2ef6af98ac0a785b5359a7aafd6b8c5299a414.zip
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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/chars.c b/chars.c
index caa7e638..010d3ace 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.3 2009/09/22 10:07:01 kristaps Exp $ */
+/* $Id: chars.c,v 1.4 2009/09/22 23:15:58 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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 },