repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 3692a8bdde009abcb48abef1ba2eb496e6dc3bcc: path_to: revision_to:
commit 3692a8bdde009abcb48abef1ba2eb496e6dc3bcc Author: Marc LehmannDate: Wed Jan 23 15:00:21 2008 +0000 doh diff --git a/src/rxvtfont.C b/src/rxvtfont.C
--- a/src/rxvtfont.C
+++ b/src/rxvtfont.C
@@ -1395,7 +1395,7 @@ rxvt_font_xft::draw (rxvt_drawable &d, int x, int y,
}
else
#endif
- clear_rect (d2, 0, 0, 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);
-----END OF PAGE-----