Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Ddrawscreen.c1849 bot_start = wp->w_height - row; in win_update()
1853 if ((row == 0 || bot_start < 999) && wp->w_lines_valid != 0) in win_update()
1859 bot_start = 0; in win_update()
1866 if (row > 0 && bot_start + row in win_update()
1872 bot_start += wp->w_lines[idx++].wl_size; in win_update()
1884 if (wp->w_p_diff && bot_start > 0) in win_update()
2214 || (row + wp->w_lines[idx].wl_size > bot_start) in win_update()
2294 bot_start = 0; in win_update()
2341 bot_start = wp->w_height + xtra_rows; in win_update()
2392 if (bot_start > x) in win_update()
[all …]
H A Dterminal.c5549 linenr_T bot_start; in term_swap_diff() local
5563 bot_start = line_count - bot_rows; in term_swap_diff()
5572 ml_append(bot_start, p, 0, FALSE); in term_swap_diff()
5580 p = vim_strsave(ml_get(bot_start + lnum)); in term_swap_diff()
5583 ml_delete(bot_start + lnum); in term_swap_diff()
5612 *(sb_line + lnum) = *(sb_line + bot_start + lnum); in term_swap_diff()
5613 *(sb_line + bot_start + lnum) = temp; in term_swap_diff()
5626 temp + bot_start, in term_swap_diff()