Lines Matching refs:bot_sep_win
2036 bot_sep_win = _styled_win("separator")
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
2253 bot_sep_win.resize(1, screen_width)
2264 bot_sep_win.mvwin(3 + matches_win_height, 0)
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
2325 bot_sep_win.erase()
2329 _safe_hline(bot_sep_win, 0, 4, curses.ACS_DARROW, _N_SCROLL_ARROWS)
2331 bot_sep_win.noutrefresh()
2383 bot_sep_win = _styled_win("separator")
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
2456 bot_sep_win.resize(1, screen_width)
2466 bot_sep_win.mvwin(1 + text_win_height, 0)
2474 for win in text_win, bot_sep_win, help_win:
2479 bot_sep_win, help_win): argument
2500 bot_sep_win.erase()
2504 _safe_hline(bot_sep_win, 0, 4, curses.ACS_DARROW, _N_SCROLL_ARROWS)
2506 bot_sep_win.noutrefresh()