Lines Matching refs:bot_sep_win
2039 bot_sep_win = _styled_win("separator")
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
2259 bot_sep_win.resize(1, screen_width)
2270 bot_sep_win.mvwin(3 + matches_win_height, 0)
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
2331 bot_sep_win.erase()
2335 _safe_hline(bot_sep_win, 0, 4, curses.ACS_DARROW, _N_SCROLL_ARROWS)
2337 bot_sep_win.noutrefresh()
2389 bot_sep_win = _styled_win("separator")
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
2462 bot_sep_win.resize(1, screen_width)
2472 bot_sep_win.mvwin(1 + text_win_height, 0)
2480 for win in text_win, bot_sep_win, help_win:
2485 bot_sep_win, help_win): argument
2506 bot_sep_win.erase()
2510 _safe_hline(bot_sep_win, 0, 4, curses.ACS_DARROW, _N_SCROLL_ARROWS)
2512 bot_sep_win.noutrefresh()