From 4c3d90105c77097d38322207787afff44c55ef21 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chars.c') diff --git a/chars.c b/chars.c index c4d7e7b1..4db245cb 100644 --- a/chars.c +++ b/chars.c @@ -1,4 +1,4 @@ -/* $Id: chars.c,v 1.8 2009/09/23 09:06:44 kristaps Exp $ */ +/* $Id: chars.c,v 1.9 2009/09/23 11:02:21 kristaps Exp $ */ /* * Copyright (c) 2009 Kristaps Dzonsons * @@ -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 v1.2.3