0
0
mirror of https://github.com/vim/vim.git synced 2025-09-28 04:24:06 -04:00

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)
This commit is contained in:
Bram Moolenaar
2022-04-09 12:40:13 +01:00
parent a016eeba7a
commit cee9c844f2
8 changed files with 77 additions and 6 deletions

View File

@@ -2331,9 +2331,9 @@ space_to_screenline(int off, int attr)
}
/*
* 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(