ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/src/rxvtfont.C
(Generate patch)

Comparing rxvt-unicode/src/rxvtfont.C (file contents):
Revision 1.123 by ayin, Sat Nov 24 10:32:33 2007 UTC vs.
Revision 1.124 by ayin, Sat Nov 24 11:41:11 2007 UTC

306 return false; 306 return false;
307 307
308 if (unicode <= 0x009f) 308 if (unicode <= 0x009f)
309 return true; 309 return true;
310 310
311#ifdef BUILTIN_GLYPHS
311 if (unicode >= 0x2500 && unicode <= 0x259f && 312 if (unicode >= 0x2500 && unicode <= 0x259f &&
312 !term->option (Opt_skipBuiltinGlyphs)) 313 !term->option (Opt_skipBuiltinGlyphs))
313 return true; 314 return true;
315#endif
314 316
315 if (IS_COMPOSE (unicode)) 317 if (IS_COMPOSE (unicode))
316 return true; 318 return true;
317 319
318 switch (unicode) 320 switch (unicode)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines