Lines Matching refs:help_win
2042 help_win = _styled_win("help")
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,
2165 edit_box, matches_win, bot_sep_win, help_win,
2175 edit_box, matches_win, bot_sep_win, help_win,
2250 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument
2267 help_win.resize(help_win_height, screen_width)
2271 help_win.mvwin(3 + matches_win_height + 1, 0)
2279 help_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
2343 help_win.erase()
2346 _safe_addstr(help_win, i, 0, line)
2348 help_win.noutrefresh()
2392 help_win = _styled_win("help")
2395 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2406 bot_sep_win, help_win)
2413 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2447 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2456 def _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win): argument
2469 help_win.resize(help_win_height, screen_width)
2473 help_win.mvwin(1 + text_win_height + 1, 0)
2478 help_win.resize(1, screen_width)
2480 for win in text_win, bot_sep_win, help_win:
2485 bot_sep_win, help_win): argument
2518 help_win.erase()
2521 _safe_addstr(help_win, i, 0, line)
2523 help_win.noutrefresh()