Searched refs:top_line_win (Results 1 – 1 of 1) sorted by relevance
/sof-2.7.6/scripts/kconfig/ |
D | menuconfig.py | 2222 top_line_win = _styled_win("separator") 2235 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win) 2245 _draw_info_dialog(node, lines, scroll, top_line_win, text_win, 2253 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win) 2289 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win) 2297 def _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win): argument 2302 top_line_win.resize(1, screen_width) 2324 def _draw_info_dialog(node, lines, scroll, top_line_win, text_win, argument 2373 top_line_win.erase() 2379 _safe_hline(top_line_win, 0, 4, curses.ACS_UARROW, _N_SCROLL_ARROWS) [all …]
|