Lines Matching refs:matches_win
2036 matches_win = _styled_win("list")
2045 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2058 if sel_node_i + 1 >= scroll + _height(matches_win) - _SCROLL_OFFSET \
2059 and scroll < _max_scroll(matches, matches_win):
2142 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2165 edit_box, matches_win, bot_sep_win, help_win,
2175 edit_box, matches_win, bot_sep_win, help_win,
2197 scroll = _max_scroll(matches, matches_win)
2250 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2266 matches_win.resize(matches_win_height, screen_width)
2269 matches_win.mvwin(3, 0)
2278 matches_win.resize(1, screen_width)
2281 for win in matches_win, bot_sep_win, help_win:
2291 def _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2301 matches_win.erase()
2305 min(scroll + _height(matches_win), len(matches))):
2318 _safe_addstr(matches_win, i - scroll, 0, node_str,
2323 _safe_addstr(matches_win, 0, 0, bad_re or "No matches")
2325 matches_win.noutrefresh()
2334 if scroll < _max_scroll(matches, matches_win):