Rezi
    Preparing search index...

    Type Alias TerminalCaps

    TerminalCaps: Readonly<
        {
            colorMode: ColorMode;
            sgrAttrsSupported: number;
            supportsBracketedPaste: boolean;
            supportsColoredUnderlines: boolean;
            supportsCursorShape: boolean;
            supportsFocusEvents: boolean;
            supportsHyperlinks: boolean;
            supportsMouse: boolean;
            supportsOsc52: boolean;
            supportsOutputWaitWritable: boolean;
            supportsScrollRegion: boolean;
            supportsSyncUpdate: boolean;
            supportsUnderlineStyles: boolean;
        },
    >

    Terminal capability snapshot.

    Reports what terminal features are supported by the current backend. Use this to adapt UI behavior and degrade gracefully.