Type Alias TerminalProfile
TerminalProfile: Readonly<
{
cellHeightPx: number;
cellWidthPx: number;
id: string;
supportsColoredUnderlines: boolean;
supportsHyperlinks: boolean;
supportsIterm2Images: boolean;
supportsKittyGraphics: boolean;
supportsSixel: boolean;
supportsUnderlineStyles: boolean;
versionString: string;
},
>