* src/xdisp.c (extend_face_to_end_of_line): Avoid infloop when
filling up display margins with the default face's background.
(Bug#29789)
/* term.c:produce_glyphs advances it->current_x only for
TEXT_AREA. */
it->current_x += it->pixel_width;
+ ++it->glyph_row->used[LEFT_MARGIN_AREA];
}
it->current_x = saved_x;
{
PRODUCE_GLYPHS (it);
it->current_x += it->pixel_width;
+ ++it->glyph_row->used[RIGHT_MARGIN_AREA];
}
it->area = TEXT_AREA;