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

    Interface CellStyle

    Text attributes attached to a rendered cell.

    interface CellStyle {
        blink: boolean;
        bold: boolean;
        faint: boolean;
        inverse: boolean;
        invisible: boolean;
        italic: boolean;
        overline: boolean;
        strikethrough: boolean;
        underline: number;
    }
    Index
    blink: boolean

    Blinking text flag.

    bold: boolean

    Bold text flag.

    faint: boolean

    Faint/dim text flag.

    inverse: boolean

    Foreground/background inversion flag.

    invisible: boolean

    Hidden text flag.

    italic: boolean

    Italic text flag.

    overline: boolean

    Overline flag.

    strikethrough: boolean

    Strikethrough flag.

    underline: number

    Ghostty underline style value.