From 9d9e22844f2423831c496b758c5278e9338ab56e Mon Sep 17 00:00:00 2001 From: james <> Date: Wed, 6 Feb 2008 15:53:22 +0000 Subject: *** empty log message *** --- src/ansi.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ansi.c') diff --git a/src/ansi.c b/src/ansi.c index 5e70634..bdc3a56 100644 --- a/src/ansi.c +++ b/src/ansi.c @@ -10,6 +10,9 @@ static char rcsid[] = "$Id$"; /* * $Log$ + * Revision 1.5 2008/02/06 15:53:22 james + * *** empty log message *** + * * Revision 1.4 2008/02/04 20:23:55 james * *** empty log message *** * @@ -207,7 +210,7 @@ ansi_set_attr (ANSI * a, int attr) } if (dif & CRT_ATTR_BOLD) { - if (attr & CRT_ATTR_REVERSE) + if (attr & CRT_ATTR_BOLD) { ansi_write (a, "\033[1m", 4); } -- cgit v1.2.3