Lines Matching refs:matches_win
2033 matches_win = _styled_win("list")
2042 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2055 if sel_node_i + 1 >= scroll + _height(matches_win) - _SCROLL_OFFSET \
2056 and scroll < _max_scroll(matches, matches_win):
2139 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2162 edit_box, matches_win, bot_sep_win, help_win,
2172 edit_box, matches_win, bot_sep_win, help_win,
2194 scroll = _max_scroll(matches, matches_win)
2244 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2260 matches_win.resize(matches_win_height, screen_width)
2263 matches_win.mvwin(3, 0)
2272 matches_win.resize(1, screen_width)
2275 for win in matches_win, bot_sep_win, help_win:
2285 def _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2295 matches_win.erase()
2299 min(scroll + _height(matches_win), len(matches))):
2312 _safe_addstr(matches_win, i - scroll, 0, node_str,
2317 _safe_addstr(matches_win, 0, 0, bad_re or "No matches")
2319 matches_win.noutrefresh()
2328 if scroll < _max_scroll(matches, matches_win):