repo: rxvt-unicode-sixel action: commit revision: path_from: revision_from: 8abe3ecc8f71d7e3dba283dcbbb56eb8ee23843a: path_to: revision_to:
commit 8abe3ecc8f71d7e3dba283dcbbb56eb8ee23843a Author: Emanuele GiaquintaDate: Sat Nov 24 11:41:11 2007 +0000 Fix last change. diff --git a/src/rxvtfont.C b/src/rxvtfont.C
--- 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;
-----END OF PAGE-----