Skip to content

context ¤

Classes:

Attributes:

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 ¤

sections = ['legend'] + [(replace('context_', '')) for section in (values())]

target_func module-attribute ¤

target_func: Callable[..., _Window] = (
    lambda window, section_name=section_name: ContextTUIWindow(
        window, section_name
    )
)

ContextTUIWindow ¤

ContextTUIWindow(tui_window: 'gdb.TuiWindow', section: str)

Methods:

___ansi_substr class-attribute instance-attribute ¤

___ansi_substr = _ansi_substr

close ¤

close() -> None

render ¤

render() -> None

hscroll ¤

hscroll(num: int) -> None

vscroll ¤

vscroll(num: int) -> None

click ¤

click(x: int, y: int, button: int) -> None