--- rxvt-unicode/src/rxvtfont.C 2008/01/23 14:18:19 1.140 +++ rxvt-unicode/src/rxvtfont.C 2008/01/23 14:54:52 1.142 @@ -1306,7 +1306,6 @@ #ifdef FORCE_UNBUFFERED_XFT buffered = false; #endif - buffered=false;//D // cut trailing spaces while (len && text [len - 1] == ' ') @@ -1396,7 +1395,7 @@ } else #endif - clear_rect (d, x, y, w, h, bg); + clear_rect (d2, 0, 0, w, h, bg); XftDrawGlyphSpec (d2, &term->pix_colors[fg].c, f, enc, ep - enc); XCopyArea (disp, d2, d, gc, 0, 0, w, h, x, y);