Lines Matching refs:top_line_win
2382 top_line_win = _styled_win("separator")
2395 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2405 _draw_info_dialog(node, lines, scroll, top_line_win, text_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
2461 top_line_win.resize(1, screen_width)
2484 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument
2529 top_line_win.erase()
2535 _safe_hline(top_line_win, 0, 4, curses.ACS_UARROW, _N_SCROLL_ARROWS)
2541 _safe_addstr(top_line_win, 0, max((text_win_width - len(title))//2, 0),
2544 top_line_win.noutrefresh()