# HG changeset patch # User Kenichi Handa # Date 923294861 0 # Node ID 6f4ae209bbac6e87711b80221830be4502074822 # Parent bb608cd1af6e18b6674efdadc57d912dc2b664c2 (dumpglyphs): Be sure to fill the whole background of glyphs. diff -r bb608cd1af6e -r 6f4ae209bbac src/xterm.c --- a/src/xterm.c Mon Apr 05 06:36:31 1999 +0000 +++ b/src/xterm.c Mon Apr 05 06:47:41 1999 +0000 @@ -896,7 +896,9 @@ background_filled = 1; } else if (!font - || FONT_HEIGHT (font) < line_height + || FONT_BASE (font) < baseline + || (FONT_HEIGHT (font) - FONT_BASE (font) + < line_height - baseline) || FONT_WIDTH (font) < glyph_width || cmpcharp) {