--- rxvt-unicode/src/rxvtfont.C 2008/01/26 14:24:43 1.146 +++ rxvt-unicode/src/rxvtfont.C 2008/02/21 13:45:28 1.149 @@ -1135,7 +1135,7 @@ #if 0 // clipping unfortunately destroys our precious double-width-characters // clip width, we can't do better, or can we? if (FcPatternGet (p, FC_CHAR_WIDTH, 0, &v) != FcResultMatch) - FcPatternAddInteger (p, FC_CHAR_WIDTH, prop->width); + FcPatternAddInteger (p, FC_CHAR_WIDTH, prop.width); #endif if (FcPatternGet (p, FC_MINSPACE, 0, &v) != FcResultMatch) @@ -1298,12 +1298,8 @@ int w = term->fwidth * len; int h = term->fheight; - /* - * Maybe make buffering into a resource flag? Compile time option doesn't seems like a - * good idea from the perspective of packaging for wide variety of user configs. - */ bool buffered = bg >= Color_transparent - && term->option (Opt_buffered); + && term->option (Opt_buffered); // cut trailing spaces while (len && text [len - 1] == ' ')