Searched refs:win_del_lines (Results 1 – 7 of 7) sorted by relevance
| /vim-8.2.3635/src/proto/ |
| H A D | screen.pro | 41 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 D | test_display.vim | 72 " check that win_ins_lines() and win_del_lines() work when t_cs is empty.
|
| /vim-8.2.3635/src/ |
| H A D | drawscreen.c | 1847 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 D | move.c | 1188 win_del_lines(curwin, 0, -extra, FALSE, FALSE, 0); in curs_columns()
|
| H A D | screen.c | 3463 win_del_lines( in win_del_lines() function
|
| H A D | terminal.c | 2976 win_del_lines(wp, start_row, count, FALSE, FALSE, clear_attr); in term_scroll_up()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version8.txt | 20336 Solution: Use win_del_lines().
|