MCPcopy
hub / github.com/claude-code-best/claude-code / resetCursor

Function resetCursor

src/main.tsx:5607–5610  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5605}
5606
5607function resetCursor() {
5608 const terminal = process.stderr.isTTY ? process.stderr : process.stdout.isTTY ? process.stdout : undefined;
5609 terminal?.write(SHOW_CURSOR);
5610}
5611
5612type TeammateOptions = {
5613 agentId?: string;

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected