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

Function resetCursor

src/main.tsx:4653–4656  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4651 });
4652}
4653function resetCursor() {
4654 const terminal = process.stderr.isTTY ? process.stderr : process.stdout.isTTY ? process.stdout : undefined;
4655 terminal?.write(SHOW_CURSOR);
4656}
4657type TeammateOptions = {
4658 agentId?: string;
4659 agentName?: string;

Callers 1

mainFunction · 0.85

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected