Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmbeddedRPC/erpc
/ _width
Function
_width
scripts/kconfig/menuconfig.py:1082–1085 ·
view source on GitHub ↗
(win)
Source
from the content-addressed store, hash-verified
1080
1081
1082
def
_width(win):
1083
# Returns the width of 'win'
1084
1085
return
win.getmaxyx()[1]
1086
1087
1088
def
_enter_menu(menu):
Callers
6
_draw_main
Function · 0.85
edit_width
Function · 0.85
_draw_input_dialog
Function · 0.85
_jump_to_dialog
Function · 0.85
_draw_jump_to_dialog
Function · 0.85
_safe_addstr
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected