diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 7601e26a902..c3a46651da8 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -20280,6 +20280,7 @@ extend_face_to_end_of_line (struct it *it) | |||
| 20280 | /* term.c:produce_glyphs advances it->current_x only for | 20280 | /* term.c:produce_glyphs advances it->current_x only for |
| 20281 | TEXT_AREA. */ | 20281 | TEXT_AREA. */ |
| 20282 | it->current_x += it->pixel_width; | 20282 | it->current_x += it->pixel_width; |
| 20283 | ++it->glyph_row->used[LEFT_MARGIN_AREA]; | ||
| 20283 | } | 20284 | } |
| 20284 | 20285 | ||
| 20285 | it->current_x = saved_x; | 20286 | it->current_x = saved_x; |
| @@ -20317,6 +20318,7 @@ extend_face_to_end_of_line (struct it *it) | |||
| 20317 | { | 20318 | { |
| 20318 | PRODUCE_GLYPHS (it); | 20319 | PRODUCE_GLYPHS (it); |
| 20319 | it->current_x += it->pixel_width; | 20320 | it->current_x += it->pixel_width; |
| 20321 | ++it->glyph_row->used[RIGHT_MARGIN_AREA]; | ||
| 20320 | } | 20322 | } |
| 20321 | 20323 | ||
| 20322 | it->area = TEXT_AREA; | 20324 | it->area = TEXT_AREA; |