Home
last modified time | relevance | path

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

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py1597 hscroll = max(i - edit_width() + 1, 0)
1604 _draw_input_dialog(win, title, info_lines, s, i, hscroll)
1624 s, i, hscroll = _edit_text(c, s, i, hscroll, edit_width())
1645 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument
1651 visible_s = s[hscroll:hscroll + edit_width]
1661 _safe_move(win, 2, 2 + i - hscroll)
1866 hscroll = 0
1985 s, s_i, hscroll,
2045 s, s_i, hscroll = _edit_text(c, s, s_i, hscroll,
2129 s, s_i, hscroll, argument
[all …]