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

    Interface TerminalViewportChangeEvent

    Painted viewport notification carrying the authoritative buffer state.

    interface TerminalViewportChangeEvent {
        revision: number;
        state: TerminalBufferState;
    }
    Index
    revision: number

    Monotonic buffer revision represented by the painted frame.

    Active buffer and viewport coordinates represented by the frame.