Searched refs:scroll (Results 1 – 1 of 1) sorted by relevance
2026 scroll = 0 # Index in 'matches' of the top row of the list2043 sel_node_i, scroll)2053 return sel_node_i, scroll2055 if sel_node_i + 1 >= scroll + _height(matches_win) - _SCROLL_OFFSET \2056 and scroll < _max_scroll(matches, matches_win):2058 return sel_node_i + 1, scroll + 12060 return sel_node_i + 1, scroll2064 return sel_node_i, scroll2066 if sel_node_i - 1 < scroll + _SCROLL_OFFSET:2067 return sel_node_i - 1, max(scroll - 1, 0)[all …]