From fc12fadd3702bfe27b3de3928ef85063ce71fd54 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 22 Sep 2009 10:07:01 +0000 Subject: Many more characters for HMTL (mostly Greek). --- chars.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chars.c') 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 * @@ -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 }, -- cgit v1.2.3