Lines Matching refs:edit_box
2029 edit_box = _styled_win("jump-edit")
2030 edit_box.keypad(True)
2042 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2139 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2145 c = _getch_compat(edit_box)
2162 edit_box, matches_win, bot_sep_win, help_win,
2172 edit_box, matches_win, bot_sep_win, help_win,
2201 _width(edit_box) - 2)
2244 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2259 edit_box.resize(3, screen_width)
2271 edit_box.resize(screen_height, screen_width)
2285 def _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2289 edit_width = _width(edit_box) - 2
2349 edit_box.erase()
2351 _draw_frame(edit_box, "Jump to symbol/choice/menu/comment")
2356 _safe_hline(edit_box, 2, 4, curses.ACS_UARROW, _N_SCROLL_ARROWS,
2360 _safe_addstr(edit_box, 1, 1, visible_s)
2362 _safe_move(edit_box, 1, 1 + s_i - hscroll)
2364 edit_box.noutrefresh()