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

Method _requestRedrawCursor

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

Source from the content-addressed store, hash-verified

7148 this._canvas.width === e3 && this._canvas.height === t3 || (this._canvas.width = e3, this._canvas.height = t3, this._requestRedrawViewport());
7149 }
7150 _requestRedrawViewport() {
7151 this._onRequestRedraw.fire({ start: 0, end: this._terminal.rows - 1 });
7152 }
7153 _requestRedrawCursor() {
7154 const e3 = this._terminal.buffer.active.cursorY;
7155 this._onRequestRedraw.fire({ start: e3, end: e3 });
7156 }

Callers 1

_updateCursorBlinkMethod · 0.95

Calls 1

fireMethod · 0.80

Tested by

no test coverage detected