From 5fb0023944f4b595e6a744472aadc81a7f8f07d4 Mon Sep 17 00:00:00 2001 From: Boris Faure Date: Sat, 18 Jan 2014 01:20:04 +0100 Subject: [PATCH] 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 94f79201..0c669d16 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) ||