Home
last modified time | relevance | path

Searched refs:nextrow (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dscreen.c3392 int nextrow; in win_ins_lines() local
3431 nextrow = W_WINROW(wp) + wp->w_height + wp->w_status_height; in win_ins_lines()
3432 lastrow = nextrow + line_count; in win_ins_lines()
3435 screen_fill(nextrow - line_count, lastrow - line_count, in win_ins_lines()