euporie.core.widgets.forms.NavigableFormattedTextControl

class euporie.core.widgets.forms.NavigableFormattedTextControl(text: AnyFormattedText = '', style: str = '', focusable: FilterOrBool = False, key_bindings: KeyBindingsBase | None = None, show_cursor: bool = True, modal: bool = False, get_cursor_position: Callable[[], Point | None] | None = None, move_cursor_up: Callable[[], None] | None = None, move_cursor_down: Callable[[], None] | None = None)

Formatted text control where the cursor can be moved by scrolling.