Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dpopupwin.c3795 int sb_thumb_height = 0; in update_popups() local
4001 sb_thumb_height = (height * height + linecount / 2) / linecount; in update_popups()
4002 if (wp->w_topline > 1 && sb_thumb_height == height) in update_popups()
4003 --sb_thumb_height; // scrolled, no full thumb in update_popups()
4004 if (sb_thumb_height == 0) in update_popups()
4005 sb_thumb_height = 1; in update_popups()
4012 * (wp->w_height - sb_thumb_height) in update_popups()
4069 && line < sb_thumb_top + sb_thumb_height in update_popups()