Home
last modified time | relevance | path

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

/Zephyr-latest/scripts/kconfig/
Dmenuconfig.py1734 hscroll = max(i - edit_width() + 1, 0)
1741 _draw_input_dialog(win, title, info_lines, s, i, hscroll)
1764 s, i, hscroll = _edit_text(c, s, i, hscroll, edit_width())
1787 def _draw_input_dialog(win, title, info_lines, s, i, hscroll): argument
1793 visible_s = s[hscroll:hscroll + edit_width]
1803 _safe_move(win, 2, 2 + i - hscroll)
2026 hscroll = 0 # Horizontal scroll offset
2143 s, s_i, hscroll,
2206 s, s_i, hscroll = _edit_text(c, s, s_i, hscroll,
2292 s, s_i, hscroll, argument
[all …]