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

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.146 by ayin, Sat Jan 26 14:24:43 2008 UTC vs.
Revision 1.147 by ayin, Sat Jan 26 14:26:49 2008 UTC

1296 dTermGC; 1296 dTermGC;
1297 1297
1298 int w = term->fwidth * len; 1298 int w = term->fwidth * len;
1299 int h = term->fheight; 1299 int h = term->fheight;
1300 1300
1301 /*
1302 * Maybe make buffering into a resource flag? Compile time option doesn't seems like a
1303 * good idea from the perspective of packaging for wide variety of user configs.
1304 */
1305 bool buffered = bg >= Color_transparent 1301 bool buffered = bg >= Color_transparent
1306 && term->option (Opt_buffered); 1302 && term->option (Opt_buffered);
1307 1303
1308 // cut trailing spaces 1304 // cut trailing spaces
1309 while (len && text [len - 1] == ' ') 1305 while (len && text [len - 1] == ' ')

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines