diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8d668408312..02acfc4b614 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -3284,7 +3284,7 @@ x_draw_glyph_string_box (s) | |||
| 3284 | left_x = s->x; | 3284 | left_x = s->x; |
| 3285 | right_x = ((s->row->full_width_p | 3285 | right_x = ((s->row->full_width_p |
| 3286 | ? last_x - 1 | 3286 | ? last_x - 1 |
| 3287 | : min (last_x, s->x + s->width) - 1)); | 3287 | : min (last_x, s->x + s->background_width) - 1)); |
| 3288 | top_y = s->y; | 3288 | top_y = s->y; |
| 3289 | bottom_y = top_y + s->height - 1; | 3289 | bottom_y = top_y + s->height - 1; |
| 3290 | 3290 | ||