MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / edit_width

Function edit_width

scripts/kconfig/menuconfig.py:1730–1731  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1728 i = len(initial_text)
1729
1730 def edit_width():
1731 return _width(win) - 4
1732
1733 # Horizontal scroll offset
1734 hscroll = max(i - edit_width() + 1, 0)

Callers 1

_input_dialogFunction · 0.85

Calls 1

_widthFunction · 0.85

Tested by

no test coverage detected