Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dclipboard.c399 if (height > cbd->max_row - row + 1) in clip_invert_rectangle()
400 height = cbd->max_row - row + 1; in clip_invert_rectangle()
662 cb->max_row = wp->w_winrow + popup_height(wp) - 1 in clip_start_selection()
670 cb->max_row = screen_Rows; in clip_start_selection()
1026 if (row1 > clip_star.max_row || row2 < clip_star.min_row) in clip_copy_modeless_selection()
1030 if (row2 > clip_star.max_row) in clip_copy_modeless_selection()
1031 row2 = clip_star.max_row; in clip_copy_modeless_selection()
H A Dvim.h2134 short_u max_row; member