From 186c49a556cbe99953c4726aedcf475d9f991276 Mon Sep 17 00:00:00 2001 From: ayin Date: Sat, 24 Nov 2007 11:41:11 +0000 Subject: [PATCH] Fix last change. --- src/rxvtfont.C | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/rxvtfont.C b/src/rxvtfont.C index d8ac1099..925b340e 100644 --- a/src/rxvtfont.C +++ b/src/rxvtfont.C @@ -308,9 +308,11 @@ struct rxvt_font_default : rxvt_font { 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; -- 2.34.1