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:
@@ -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(
|
||||
|
Reference in New Issue
Block a user