MCPcopy
hub / github.com/rohanrhu/gdb-frontend / ICellData

Interface ICellData

frontend/thirdparty/xterm/src/common/Types.d.ts:165–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163
164/** Cell data */
165export interface ICellData extends IAttributeData {
166 content: number;
167 combinedData: string;
168 isCombined(): number;
169 getWidth(): number;
170 getChars(): string;
171 getCode(): number;
172 setFromCharData(value: CharData): void;
173 getAsCharData(): CharData;
174}
175
176/**
177 * Interface for a line in the terminal buffer.

Callers 25

xterm.jsFile · 0.65
printMethod · 0.65
_syncTextAreaMethod · 0.65
_forEachCellMethod · 0.65
_drawForegroundMethod · 0.65
_isOverlappingMethod · 0.65
_renderMethod · 0.65
_renderBlockCursorMethod · 0.65
_renderBlurCursorMethod · 0.65
createRowMethod · 0.65
_isOverlappingMethod · 0.65
_fillCharTrueColorFunction · 0.65

Implementers 2

JoinedCellDatafrontend/thirdparty/xterm/src/browser/
CellDatafrontend/thirdparty/xterm/src/common/b

Calls

no outgoing calls

Tested by

no test coverage detected