typo, oops

This commit is contained in:
Boris Faure 2014-01-18 01:20:04 +01:00
parent 333c56870c
commit 5fb0023944
1 changed files with 1 additions and 1 deletions

View File

@ -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) ||