Home
last modified time | relevance | path

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

/sof-2.7.6/scripts/kconfig/
Dmenuconfig.py1593 def edit_width(): function
1597 hscroll = max(i - edit_width() + 1, 0)
1624 s, i, hscroll = _edit_text(c, s, i, hscroll, edit_width())
1646 edit_width = win.getmaxyx()[1] - 4
1651 visible_s = s[hscroll:hscroll + edit_width]
1652 _safe_addstr(win, 2, 2, visible_s + " "*(edit_width - len(visible_s)),
2132 edit_width = edit_box.getmaxyx()[1] - 2
2206 visible_s = s[hscroll:hscroll + edit_width]