Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c3783 int total_height; in update_popups() local
3863 total_height = popup_height(wp); in update_popups()
3866 if (wp->w_winrow + total_height > cmdline_row) in update_popups()
4028 i < total_height - wp->w_popup_border[2]; ++i) in update_popups()
4034 && i < total_height - wp->w_popup_border[2] in update_popups()
4100 row = wp->w_winrow + total_height - 1; in update_popups()