--- rxvt-unicode/src/rxvtfont.C 2007/11/24 10:32:33 1.123 +++ rxvt-unicode/src/rxvtfont.C 2007/11/24 11:41:11 1.124 @@ -308,9 +308,11 @@ if (unicode <= 0x009f) return true; +#ifdef BUILTIN_GLYPHS if (unicode >= 0x2500 && unicode <= 0x259f && !term->option (Opt_skipBuiltinGlyphs)) return true; +#endif if (IS_COMPOSE (unicode)) return true;