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.145 by root, Fri Jan 25 16:04:57 2008 UTC vs.
Revision 1.146 by ayin, Sat Jan 26 14:24:43 2008 UTC

1300 1300
1301 /* 1301 /*
1302 * Maybe make buffering into a resource flag? Compile time option doesn't seems like a 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. 1303 * good idea from the perspective of packaging for wide variety of user configs.
1304 */ 1304 */
1305 bool buffered = bg >= Color_transparent; 1305 bool buffered = bg >= Color_transparent
1306#ifdef FORCE_UNBUFFERED_XFT 1306 && term->option (Opt_buffered);
1307 buffered = false;
1308#endif
1309 1307
1310 // cut trailing spaces 1308 // cut trailing spaces
1311 while (len && text [len - 1] == ' ') 1309 while (len && text [len - 1] == ' ')
1312 len--; 1310 len--;
1313 1311

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines