Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c341 n += curwin->w_filler_rows; in update_topline()
1920 wp->w_filler_rows = 0; in set_empty_rows()
1930 wp->w_filler_rows = diff_check_fill(wp, wp->w_botline); in set_empty_rows()
1931 if (wp->w_empty_rows > wp->w_filler_rows) in set_empty_rows()
1932 wp->w_empty_rows -= wp->w_filler_rows; in set_empty_rows()
1935 wp->w_filler_rows = wp->w_empty_rows; in set_empty_rows()
2039 - curwin->w_filler_rows; in scroll_cursor_bot()
2096 && boff.fill > curwin->w_filler_rows) in scroll_cursor_bot()
2316 below = curwin->w_filler_rows; in cursor_correct()
2446 - curwin->w_filler_rows; in onepage()
[all …]
H A Ddrawscreen.c2571 wp->w_filler_rows = 0; in win_update()
2586 wp->w_filler_rows = wp->w_height - srow; in win_update()
H A Dstructs.h3479 int w_filler_rows; // number of filler rows at the end of the member