--- rxvt-unicode/src/rxvtfont.C 2006/10/03 12:50:31 1.105 +++ rxvt-unicode/src/rxvtfont.C 2006/11/02 17:23:50 1.106 @@ -234,7 +234,7 @@ dTermDisplay; dTermGC; - if (color == Color_bg) + if (color == Color_bg || color == Color_transparent) XClearArea (disp, d, x, y, w, h, false); else if (color >= 0) { @@ -443,7 +443,7 @@ ? f1 : (*fs)[fs->find_font (cc->c2)]; - f2->draw (d, x, y, chrs, width, fg, -1); + f2->draw (d, x, y, chrs, width, fg, Color_none); } } #endif