diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispnew.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/dispnew.c b/src/dispnew.c index 1a40939f14e..595f27e255a 100644 --- a/src/dispnew.c +++ b/src/dispnew.c | |||
| @@ -512,6 +512,8 @@ adjust_glyph_matrix (struct window *w, struct glyph_matrix *matrix, int x, int y | |||
| 512 | dim.width * sizeof (struct glyph)); | 512 | dim.width * sizeof (struct glyph)); |
| 513 | 513 | ||
| 514 | if ((row == matrix->rows + dim.height - 1 | 514 | if ((row == matrix->rows + dim.height - 1 |
| 515 | /* The mode line, if displayed, never has marginal | ||
| 516 | areas. */ | ||
| 515 | && !(w && window_wants_mode_line (w))) | 517 | && !(w && window_wants_mode_line (w))) |
| 516 | || (row == matrix->rows && matrix->tab_line_p) | 518 | || (row == matrix->rows && matrix->tab_line_p) |
| 517 | || (row == matrix->rows | 519 | || (row == matrix->rows |