Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dmove.c333 n = curwin->w_empty_rows; in update_topline()
1926 wp->w_empty_rows = wp->w_height - used; 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()
1936 wp->w_empty_rows = 0; in set_empty_rows()
2018 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2079 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2107 scrolled -= curwin->w_empty_rows; in scroll_cursor_bot()
2154 curwin->w_empty_rows = old_empty_rows; in scroll_cursor_bot()
[all …]
H A Dex_getln.c147 vs->vs_empty_rows = curwin->w_empty_rows; in save_viewstate()
160 curwin->w_empty_rows = vs->vs_empty_rows; in restore_viewstate()
H A Dstructs.h3477 int w_empty_rows; // number of ~ rows in window member
H A Ddrawscreen.c2569 wp->w_empty_rows = 0; in win_update()
H A Dnormal.c3955 half = (curwin->w_height - curwin->w_empty_rows + 1) / 2; in nv_scroll()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt25322 Solution: Besides w_botline also save and restore w_empty_rows.