billiob pushed a commit to branch master.

http://git.enlightenment.org/apps/terminology.git/commit/?id=5fb0023944f4b595e6a744472aadc81a7f8f07d4

commit 5fb0023944f4b595e6a744472aadc81a7f8f07d4
Author: Boris Faure <bill...@gmail.com>
Date:   Sat Jan 18 01:20:04 2014 +0100

    typo, oops
---
 src/bin/termio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/termio.c b/src/bin/termio.c
index 94f7920..0c669d1 100644
--- a/src/bin/termio.c
+++ b/src/bin/termio.c
@@ -1419,7 +1419,7 @@ _smart_apply(Evas_Object *obj)
                             t = fg; fg = bg; bg = t;
                          }
                        if ((cells[x].att.bold) && (!fgext)) fg += 12;
-                       if ((cells[x].att.faint) && (!fgext)) fg += 12;
+                       if ((cells[x].att.faint) && (!fgext)) fg += 24;
                        if ((tc[x].codepoint != codepoint) ||
                            (tc[x].fg != fg) ||
                            (tc[x].bg != bg) ||

-- 


Reply via email to