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

Method hideCursor

packages/pi-tui/test/virtual-terminal.ts:78–80  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

76 }
77
78 hideCursor(): void {
79 this.xterm.write("\x1b[?25l");
80 }
81
82 showCursor(): void {
83 this.xterm.write("\x1b[?25h");

Callers

nothing calls this directly

Calls 1

writeMethod · 0.65

Tested by

no test coverage detected