2000-06-06 Gerd Moellmann <gerd@gnu.org>
+ * term.c (append_glyph): Revert change of 2000-06-06.
+
+ * xdisp.c (display_line): Revert change of 2000-06-06. Treat
+ padding glyph not fitting on line as whole character not
+ fitting on line.
+
* xterm.c (x_produce_glyphs): Don't xassert `it->descent > 0';
this isn't true for images with `:ascent 100'.
++i)
{
glyph->type = CHAR_GLYPH;
- glyph->pixel_width = it->pixel_width;
+ glyph->pixel_width = 1;
glyph->u.ch = it->c;
glyph->face_id = it->face_id;
glyph->padding_p = i > 0;