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.22 by pcg, Sat Jan 31 02:14:58 2004 UTC vs.
Revision 1.23 by pcg, Sat Jan 31 02:31:17 2004 UTC

2162 /* 2162 /*
2163 * Actually do the drawing of the string here 2163 * Actually do the drawing of the string here
2164 */ 2164 */
2165 rxvt_font *font = (*TermWin.fontset)[fid]; 2165 rxvt_font *font = (*TermWin.fontset)[fid];
2166 2166
2167 if (back == fore)
2168 font->clear_rect (xpixel, ypixel,
2169 TermWin.fwidth * count, TermWin.fheight,
2170 back);
2167 if (back == Color_bg) 2171 else if (back == Color_bg)
2168 { 2172 {
2169 if (must_clear) 2173 if (must_clear)
2170 { 2174 {
2171 CLEAR_CHARS (xpixel, ypixel, count); 2175 CLEAR_CHARS (xpixel, ypixel, count);
2172 2176

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines