MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / setShowHardwareCursor

Method setShowHardwareCursor

packages/pi-tui/src/tui.ts:354–361  ·  view source on GitHub ↗
(enabled: boolean)

Source from the content-addressed store, hash-verified

352 }
353
354 setShowHardwareCursor(enabled: boolean): void {
355 if (this.showHardwareCursor === enabled) return;
356 this.showHardwareCursor = enabled;
357 if (!enabled) {
358 this.terminal.hideCursor();
359 }
360 this.requestRender();
361 }
362
363 getClearOnShrink(): boolean {
364 return this.clearOnShrink;

Callers

nothing calls this directly

Calls 2

requestRenderMethod · 0.95
hideCursorMethod · 0.65

Tested by

no test coverage detected