From 0371d94639d271317d0697e7eefe5cb79df85fb7 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Thu, 24 Sep 2009 11:55:28 +0000 Subject: Fix in -Tascii where `Lb' causes line-break in any section (should only happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character. --- chars.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chars.in') diff --git a/chars.in b/chars.in index 20c83274..282cb598 100644 --- a/chars.in +++ b/chars.in @@ -32,7 +32,7 @@ /* Spacing. */ CHAR("c", 1, "", 0, "", 0) -CHAR("0", 1, " ", 1, " ", 6) +CHAR("0", 1, " ", 1, " ", 7) CHAR(" ", 1, " ", 1, " ", 7) CHAR("~", 1, " ", 1, " ", 6) CHAR("%", 1, "", 0, "", 0) -- cgit