aboutsummaryrefslogtreecommitdiffstats
path: root/src/ansi.c
diff options
context:
space:
mode:
authorjames <>2008-02-06 15:53:22 +0000
committerjames <>2008-02-06 15:53:22 +0000
commit9d9e22844f2423831c496b758c5278e9338ab56e (patch)
treec99375c6126a880dc7e850fca53dd34d156d441e /src/ansi.c
parente18a0076cdd7336517dd9853a79335de0fb5cc22 (diff)
downloadsympathy-9d9e22844f2423831c496b758c5278e9338ab56e.tar.gz
sympathy-9d9e22844f2423831c496b758c5278e9338ab56e.tar.bz2
sympathy-9d9e22844f2423831c496b758c5278e9338ab56e.zip
*** empty log message ***
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);
}