MCPcopy Index your code
hub / github.com/MiniMax-AI/cli / clearBelow

Function clearBelow

src/commands/text/repl.ts:21–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19function cursorCol(n: number): string { return `\x1b[${n}G`; }
20function clearLine(): string { return '\x1b[2K'; }
21function clearBelow(): string { return '\x1b[0J'; }
22const HIDE_CURSOR = '\x1b[?25l';
23const SHOW_CURSOR = '\x1b[?25h';
24

Callers 1

renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected