euporie.core.io.Vt100_Output

class euporie.core.io.Vt100_Output(stdout: TextIO, get_size: Callable[[], Size], term: str | None = None, default_color_depth: prompt_toolkit.output.color_depth.ColorDepth | None = None, enable_bell: bool = True, enable_cpr: bool = True)

A Vt100 output which enables SGR pixel mouse positioning.