pocketpy/include/typings/picoterm.pyi
2025-11-23 00:14:14 +08:00

6 lines
207 B
Python

def enable_full_buffering_mode() -> None:
"""Enable full buffering mode for ASCII drawings (32KB)."""
def split_ansi_escaped_string(s: str) -> list[str]:
"""Perform split on ANSI escaped string."""