chiark / gitweb /
*** empty log message ***
[sympathy.git] / src / ansi.c
index 5e7063413488797dfda4f2ccd4352827f775188e..bdc3a56ce899911288267b2352c042f39e75b9d2 100644 (file)
@@ -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);
         }