Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dscreen.pro41 int win_del_lines(win_T *wp, int row, int line_count, int invalid, int mayclear, int clear_attr);
/vim-8.2.3635/src/testdir/
H A Dtest_display.vim72 " check that win_ins_lines() and win_del_lines() work when t_cs is empty.
/vim-8.2.3635/src/
H A Ddrawscreen.c1847 if (win_del_lines(wp, 0, row, FALSE, wp == firstwin, 0) in win_update()
2337 if (win_del_lines(wp, row, in win_update()
H A Dmove.c1188 win_del_lines(curwin, 0, -extra, FALSE, FALSE, 0); in curs_columns()
H A Dscreen.c3463 win_del_lines( in win_del_lines() function
H A Dterminal.c2976 win_del_lines(wp, start_row, count, FALSE, FALSE, clear_attr); in term_scroll_up()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt20336 Solution: Use win_del_lines().