From 11ccd6505eb4ff4fd68dd4a087844cfe77efd59c Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 17 Mar 2025 14:19:34 +0200 Subject: [PATCH] ; * src/dispnew.c (adjust_glyph_matrix): Restore lost comment. (cherry picked from commit 4cfeb3697c242b5d669a102bd43fa51f776f987e) --- src/dispnew.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/dispnew.c b/src/dispnew.c index 506373c3bf3..d212e3e53c9 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 dim.width * sizeof (struct glyph)); if ((row == matrix->rows + dim.height - 1 + /* The mode line, if displayed, never has marginal + areas. */ && !(w && window_wants_mode_line (w))) || (row == matrix->rows && matrix->tab_line_p) || (row == matrix->rows -- 2.39.5