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

    Interface TerminalCursorAttributes

    Current pen attributes used when the parser writes the next cell.

    interface TerminalCursorAttributes {
        background: CellColor;
        foreground: CellColor;
        style: CellStyle;
        underline: CellColor;
    }
    Index
    background: CellColor

    Background color encoding for subsequently written cells.

    foreground: CellColor

    Foreground color encoding for subsequently written cells.

    style: CellStyle

    Text styling flags for subsequently written cells.

    underline: CellColor

    Underline color encoding for subsequently written cells.