MCPcopy Index your code
hub / github.com/codeaashu/claude-code / blit

Method blit

src/ink/output.ts:210–212  ·  view source on GitHub ↗

* Copy cells from a source screen region (blit = block image transfer).

(src: Screen, x: number, y: number, width: number, height: number)

Source from the content-addressed store, hash-verified

208 * Copy cells from a source screen region (blit = block image transfer).
209 */
210 blit(src: Screen, x: number, y: number, width: number, height: number): void {
211 this.operations.push({ type: 'blit', src, x, y, width, height })
212 }
213
214 /**
215 * Shift full-width rows within [top, bottom] by n. n > 0 = up. Mirrors

Callers 2

renderNodeToOutputFunction · 0.80

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected