Lines Matching refs:edit_box
2032 edit_box = _styled_win("jump-edit")
2033 edit_box.keypad(True)
2045 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2142 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win,
2148 c = _getch_compat(edit_box)
2165 edit_box, matches_win, bot_sep_win, help_win,
2175 edit_box, matches_win, bot_sep_win, help_win,
2207 _width(edit_box) - 2)
2250 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2265 edit_box.resize(3, screen_width)
2277 edit_box.resize(screen_height, screen_width)
2291 def _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2295 edit_width = _width(edit_box) - 2
2355 edit_box.erase()
2357 _draw_frame(edit_box, "Jump to symbol/choice/menu/comment")
2362 _safe_hline(edit_box, 2, 4, curses.ACS_UARROW, _N_SCROLL_ARROWS,
2366 _safe_addstr(edit_box, 1, 1, visible_s)
2368 _safe_move(edit_box, 1, 1 + s_i - hscroll)
2370 edit_box.noutrefresh()