From da2568f313e9ab06407aee5da3f825dd298a389d Mon Sep 17 00:00:00 2001 From: staffcvs Date: Wed, 20 Feb 2008 23:31:48 +0000 Subject: [PATCH] *** empty log message *** --- src/html.c | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/src/html.c b/src/html.c index b1d6ce9..5b79219 100644 --- a/src/html.c +++ b/src/html.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.5 2008/02/20 23:31:48 staffcvs + * *** empty log message *** + * * Revision 1.4 2008/02/20 22:54:22 staffcvs * *** empty log message *** * @@ -89,8 +92,16 @@ html_render (FILE * f, CRT_CA c) if (c.attr & CRT_ATTR_BOLD) fg |= CRT_COLOR_INTENSITY; } +#if 1 fprintf (f, "", colormap[bg], colormap[fg]); +#endif + + fprintf (f, ""); +#if 0 + fprintf (f, "", + colormap[fg], colormap[bg]); +#endif if (c.attr & CRT_ATTR_UNDERLINE) fprintf (f, "