--- rxvt-unicode/src/rxvtfont.C 2008/01/23 14:52:26 1.141 +++ rxvt-unicode/src/rxvtfont.C 2008/01/23 15:00:21 1.143 @@ -1395,7 +1395,7 @@ } else #endif - clear_rect (d, x, y, w, h, bg); + XftDrawRect (d2, &term->pix_colors[bg >= 0 ? bg : Color_bg].c, 0, 0, w, h); XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc); XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);