Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c3780 int top_off; in update_popups() local
3821 top_off = popup_top_extra(wp); in update_popups()
3826 wp->w_winrow += top_off; in update_popups()
3847 wp->w_winrow -= top_off; in update_popups()
3858 wp->w_wrow += top_off; in update_popups()
4062 int line = i - top_off; in update_popups()
H A Dmouse.c3079 int top_off = 0; in f_getmousepos() local
3086 top_off = popup_top_extra(wp); in f_getmousepos()
3096 row -= top_off; in f_getmousepos()