Home
last modified time | relevance | path

Searched refs:text_win (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/scripts/kconfig/
Dmenuconfig.py2379 text_win = _styled_win("text")
2380 text_win.keypad(True)
2389 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2399 _draw_info_dialog(node, lines, scroll, top_line_win, text_win,
2404 c = _getch_compat(text_win)
2407 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
2410 if scroll < _max_scroll(lines, text_win):
2414 scroll = min(scroll + _PG_JUMP, _max_scroll(lines, text_win))
2420 scroll = _max_scroll(lines, text_win)
2441 _resize_info_dialog(top_line_win, text_win, bot_sep_win, help_win)
[all …]