repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 8abe3ecc8f71d7e3dba283dcbbb56eb8ee23843a:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 8abe3ecc8f71d7e3dba283dcbbb56eb8ee23843a
Author: Emanuele Giaquinta 
Date:   Sat Nov 24 11:41:11 2007 +0000

    Fix last change.

diff --git a/src/rxvtfont.C b/src/rxvtfont.C
index d8ac109955f4fd1cbb0c57463489e6270a010484..
index ..925b340ee86760d8b2504e91340c382703f7ce40 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;

-----END OF PAGE-----