patch 8.2.4718: @@@ in the last line sometimes drawn in the wrong place
Problem: @@@ in the last line sometimes drawn in the wrong place.
Solution: Make sure the column is valid. (closes #10130)
diff --git a/src/screen.c b/src/screen.c
index 7caf299..1a5cb15 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -2331,9 +2331,9 @@
}
/*
- * Fill the screen from 'start_row' to 'end_row', from 'start_col' to 'end_col'
- * with character 'c1' in first column followed by 'c2' in the other columns.
- * Use attributes 'attr'.
+ * Fill the screen from "start_row" to "end_row" (exclusive), from "start_col"
+ * to "end_col" (exclusive) with character "c1" in first column followed by
+ * "c2" in the other columns. Use attributes "attr".
*/
void
screen_fill(