Searched refs:matches_win (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/scripts/kconfig/ |
D | menuconfig.py | 2036 matches_win = _styled_win("list") 2045 _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2058 if sel_node_i + 1 >= scroll + _height(matches_win) - _SCROLL_OFFSET \ 2059 and scroll < _max_scroll(matches, matches_win): 2142 _draw_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, 2165 edit_box, matches_win, bot_sep_win, help_win, 2175 edit_box, matches_win, bot_sep_win, help_win, 2197 scroll = _max_scroll(matches, matches_win) 2250 def _resize_jump_to_dialog(edit_box, matches_win, bot_sep_win, help_win, argument 2266 matches_win.resize(matches_win_height, screen_width) [all …]
|