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.212 by root, Sat Jun 19 09:10:51 2021 UTC vs.
Revision 1.213 by sf-exg, Sat Jun 19 09:13:51 2021 UTC

1733} 1733}
1734 1734
1735int 1735int
1736rxvt_fontset::find_font_idx (unicode_t unicode) 1736rxvt_fontset::find_font_idx (unicode_t unicode)
1737{ 1737{
1738 // this limits fmap size. it has to accomodate COMPOSE_HI when UNICODE_3 1738 // this limits fmap size. it has to accommodate COMPOSE_HI when UNICODE_3
1739 if (unicode > 0x1fffff) 1739 if (unicode > 0x1fffff)
1740 return 0; 1740 return 0;
1741 1741
1742 unicode_t hi = unicode >> 8; 1742 unicode_t hi = unicode >> 8;
1743 1743

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines