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.147 by ayin, Sat Jan 26 14:26:49 2008 UTC vs.
Revision 1.148 by root, Sat Jan 26 15:07:32 2008 UTC

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 bool buffered = bg >= Color_transparent 1301 bool buffered = bg >= Color_transparent
1302 && term->option (Opt_buffered); 1302 && term->option (Opt_buffered);
1303 1303
1304 // cut trailing spaces 1304 // cut trailing spaces
1305 while (len && text [len - 1] == ' ') 1305 while (len && text [len - 1] == ' ')
1306 len--; 1306 len--;
1307 1307

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines