aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ansi.c')
-rw-r--r--src/ansi.c5
1 files changed, 4 insertions, 1 deletions
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);
}