MCPcopy
hub / github.com/xtermjs/xterm.js / set

Method set

src/common/Types.ts:229–229  ·  view source on GitHub ↗
(index: number, value: CharData)

Source from the content-addressed store, hash-verified

227 isWrapped: boolean;
228 get(index: number): CharData;
229 set(index: number, value: CharData): void;
230 loadCell(index: number, cell: ICellData): ICellData;
231 setCell(index: number, cell: ICellData): void;
232 setCellFromCodepoint(index: number, codePoint: number, width: number, attrs: IAttributeData): void;

Callers 15

_askForLinkMethod · 0.65
clearMethod · 0.65
setCssMethod · 0.65
setColorMethod · 0.65
_renderRowsMethod · 0.65
promptLabelMethod · 0.65
tooMuchOutputMethod · 0.65
_refreshStyleMethod · 0.65
getMethod · 0.65
WidthCache.test.tsFile · 0.65
handleResizeMethod · 0.65

Implementers 1

BufferLinesrc/common/buffer/BufferLine.ts

Calls

no outgoing calls

Tested by

no test coverage detected