aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/chars.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 10:07:01 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-09-22 10:07:01 +0000
commitfc12fadd3702bfe27b3de3928ef85063ce71fd54 (patch)
treee59d1182ca43c79a3b55f83e1b44500b3c39d9ab /chars.c
parentdb1cc603d2086d77273cf9470a5d8446ddd92076 (diff)
downloadmandoc-fc12fadd3702bfe27b3de3928ef85063ce71fd54.tar.gz
mandoc-fc12fadd3702bfe27b3de3928ef85063ce71fd54.tar.zst
mandoc-fc12fadd3702bfe27b3de3928ef85063ce71fd54.zip
Many more characters for HMTL (mostly Greek).
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 eed57247..caa7e638 100644
--- a/chars.c
+++ b/chars.c
@@ -1,4 +1,4 @@
-/* $Id: chars.c,v 1.2 2009/09/17 08:21:42 kristaps Exp $ */
+/* $Id: chars.c,v 1.3 2009/09/22 10:07:01 kristaps Exp $ */
/*
* Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -38,7 +38,7 @@ struct ln {
#define CHARS_BOTH (0x03)
};
-#define LINES_MAX 266
+#define LINES_MAX 267
#define CHAR(w, x, y, z, a, b) \
{ NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR },