Lines Matching refs:help_win
2039 help_win = _styled_win("help")
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,
2162 edit_box, matches_win, bot_sep_win, help_win,
2172 edit_box, matches_win, bot_sep_win, help_win,
2244 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2261 help_win.resize(help_win_height, screen_width)
2265 help_win.mvwin(3 + matches_win_height + 1, 0)
2273 help_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
2337 help_win.erase()
2340 _safe_addstr(help_win, i, 0, line)
2342 help_win.noutrefresh()
2386 help_win = _styled_win("help")
2389 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2400 bot_sep_win, help_win)
2407 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2441 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2450 def _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win): argument
2463 help_win.resize(help_win_height, screen_width)
2467 help_win.mvwin(1 + text_win_height + 1, 0)
2472 help_win.resize(1, screen_width)
2474 for win in text_win, bot_sep_win, help_win:
2479 bot_sep_win, help_win): argument
2512 help_win.erase()
2515 _safe_addstr(help_win, i, 0, line)
2517 help_win.noutrefresh()