MCPcopy
hub / github.com/codeaashu/claude-code / updateCursorStyle

Method updateCursorStyle

src/server/web/public/terminal.js:639–642  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

637 (_a = this._renderService) == null ? void 0 : _a.refreshRows(e3, t3);
638 }
639 updateCursorStyle(e3) {
640 var _a;
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 }

Callers 3

openMethod · 0.95
_keyDownMethod · 0.95
_keyUpMethod · 0.95

Calls 2

shouldColumnSelectMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected