From 07ff4fb3cfa7e3f8513a7c8df093a2b51a43bf4e Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Mon, 5 Apr 1999 06:47:41 +0000 Subject: [PATCH] (dumpglyphs): Be sure to fill the whole background of glyphs. --- src/xterm.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xterm.c b/src/xterm.c index e4c4e62095f..86fd43ac162 100644 --- a/src/xterm.c +++ b/src/xterm.c @@ -896,7 +896,9 @@ dumpglyphs (f, left, top, gp, n, hl, just_foreground, cmpcharp) 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) { -- 2.39.2