EventParser

class EventParser(tty: Tty)

Constructors

Link copied to clipboard
constructor(tty: Tty)

Properties

Link copied to clipboard

Indicate whether Kitty's escape code disambiguation progressive-enhancement is enabled.

Link copied to clipboard

Indicate whether XTerm's UTF-8 extended mouse is enabled (mode 1005).

Functions

Link copied to clipboard

Return a copy of any buffered data.

Link copied to clipboard
fun next(): Event?

Perform blocking reads from stdin until a full event can be parsed.

Link copied to clipboard

A version of next which only produces DebugEvents containing the original event and the parsed bytes which produced it.