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

Method _showCursor

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

Source from the content-addressed store, hash-verified

641 ((_a = this._selectionService) == null ? void 0 : _a.shouldColumnSelect(e3)) ? this.element.classList.add("column-select") : this.element.classList.remove("column-select");
642 }
643 _showCursor() {
644 this.coreService.isCursorInitialized || (this.coreService.isCursorInitialized = true, this.refresh(this.buffer.y, this.buffer.y));
645 }
646 scrollLines(e3, t3, i3 = 0) {
647 var _a;
648 1 === i3 ? (super.scrollLines(e3, t3, i3), this.refresh(0, this.rows - 1)) : (_a = this.viewport) == null ? void 0 : _a.scrollLines(e3);

Callers 3

_handleTextAreaFocusMethod · 0.95
_keyDownMethod · 0.95
_keyPressMethod · 0.95

Calls 1

refreshMethod · 0.95

Tested by

no test coverage detected