gespenst API - v0.1.0
    Preparing search index...

    Interface TerminalInputEvent

    Bytes and origin emitted by a terminal input operation.

    interface TerminalInputEvent {
        data: Uint8Array;
        source: InputSource;
    }
    Index
    data: Uint8Array

    Bytes to forward unchanged to the PTY.

    source: InputSource

    Operation that produced the bytes.