Skip to content

add check for missing glyph in XftFontCheckGlyph()

Thomas E. Dickey requested to merge dickey/libxft:check-missing into master

This check is needed when updating the linked list of glyphs, since the older/newer links are not set, causing an xterm crash for certain fonts which have holes (e.g., Kochi Mincho).

reported by Jeff Chua

Signed-off-by: Thomas E. Dickey dickey@invisible-island.net

Merge request reports