projects
/
dana
/
urxvt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40fd7e6
)
Fix last change.
author
ayin
<ayin>
Sat, 24 Nov 2007 11:41:11 +0000
(11:41 +0000)
committer
ayin
<ayin>
Sat, 24 Nov 2007 11:41:11 +0000
(11:41 +0000)
src/rxvtfont.C
patch
|
blob
|
history
diff --git
a/src/rxvtfont.C
b/src/rxvtfont.C
index d8ac109955f4fd1cbb0c57463489e6270a010484..925b340ee86760d8b2504e91340c382703f7ce40 100644
(file)
--- 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;