Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c3794 int sb_thumb_top = 0; in update_popups() local
4008 sb_thumb_top = 0; in update_popups()
4010 sb_thumb_top = (wp->w_topline - 1 in update_popups()
4014 if (wp->w_topline > 1 && sb_thumb_top == 0 && height > 1) in update_popups()
4015 sb_thumb_top = 1; // show it's scrolled in update_popups()
4068 line >= sb_thumb_top in update_popups()
4069 && line < sb_thumb_top + sb_thumb_height in update_popups()