context ¤
Classes:
Attributes:
-
tui_adjust_height– -
sections– -
target_func(Callable[..., _Window]) –
tui_adjust_height module-attribute ¤
tui_adjust_height = add_param(
"context-tui-adjust-height",
True,
"adjust height of context sections to fit the TUI",
help_docstring='\nAdjust the height of context sections to fit the TUI window, ignoring section specific limits.\nThis uses all vertical space available in the TUI windows if the context section supports it\nlike the "disasm" or "stack" windows.\n',
)
sections module-attribute ¤
target_func module-attribute ¤
target_func: Callable[..., _Window] = (
lambda window, section_name=section_name: ContextTUIWindow(
window, section_name
)
)
ContextTUIWindow ¤
Methods: