Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py1730 def edit_width(): function
1734 hscroll = max(i - edit_width() + 1, 0)
1764 s, i, hscroll = _edit_text(c, s, i, hscroll, edit_width())
1788 edit_width = _width(win) - 4
1793 visible_s = s[hscroll:hscroll + edit_width]
1794 _safe_addstr(win, 2, 2, visible_s + " "*(edit_width - len(visible_s)),
2295 edit_width = _width(edit_box) - 2
2365 visible_s = s[hscroll:hscroll + edit_width]