Searched refs:text_win (Results 1 – 1 of 1) sorted by relevance
/sof-2.7.6/scripts/kconfig/ |
D | menuconfig.py | 2225 text_win = _styled_win("text") 2226 text_win.keypad(True) 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, 2250 c = _get_wch_compat(text_win) 2253 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win) 2256 if scroll < _max_scroll(lines, text_win): 2260 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win)) 2266 scroll = _max_scroll(lines, text_win) 2289 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win) [all …]
|