From 5f830a70c871c50aa9579ead192f35848178be1b Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Wed, 23 Sep 2009 11:02:21 +0000 Subject: All special characters sync'd with groff, both -Thtml and -Tascii. Re-added text links to index.sgml (just for show). --- chars.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index 630ffd6a..a528de2d 100644 --- a/chars.c +++ b/chars.c @@ -38,7 +38,7 @@ struct ln { #define CHARS_BOTH (0x03) }; -#define LINES_MAX 337 +#define LINES_MAX 351 #define CHAR(w, x, y, z, a, b) \ { NULL, (w), (y), (a), (x), (z), (b), CHARS_CHAR }, -- cgit