MCPcopy Create free account
hub / github.com/codeaashu/claude-code / handleResize

Method handleResize

src/server/web/public/terminal.js:6946–6948  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6944 }
6945 _renderVertices(e3) {
6946 const t3 = this._gl;
6947 t3.useProgram(this._program), t3.bindVertexArray(this._vertexArrayObject), t3.uniformMatrix4fv(this._projectionLocation, false, n.PROJECTION_MATRIX), t3.bindBuffer(t3.ARRAY_BUFFER, this._attributesBuffer), t3.bufferData(t3.ARRAY_BUFFER, e3.attributes, t3.DYNAMIC_DRAW), t3.drawElementsInstanced(this._gl.TRIANGLE_STRIP, 4, t3.UNSIGNED_BYTE, 0, e3.count);
6948 }
6949 handleResize() {
6950 this._updateViewportRectangle();
6951 }

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected