ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/screen.C
(Generate patch)

Comparing rxvt-unicode/src/screen.C (file contents):
Revision 1.256 by root, Mon Jan 30 20:12:37 2006 UTC vs.
Revision 1.257 by root, Tue Jan 31 00:25:16 2006 UTC

2329 * Actually do the drawing of the string here 2329 * Actually do the drawing of the string here
2330 */ 2330 */
2331 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)]; 2331 rxvt_font *font = (*fontset[GET_STYLE (rend)])[GET_FONT (rend)];
2332 2332
2333 if (back == fore) 2333 if (back == fore)
2334 font->clear_rect (*drawable, xpixel, ypixel, 2334 font->clear_rect (*drawable, xpixel, ypixel, fwidth * count, fheight, back);
2335 fwidth * count, fheight,
2336 back);
2337 else if (back == Color_bg) 2335 else if (back == Color_bg)
2338 { 2336 {
2339 if (must_clear) 2337 if (must_clear)
2340 { 2338 {
2341 CLEAR_CHARS (xpixel, ypixel, count); 2339 CLEAR_CHARS (xpixel, ypixel, count);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines