MCPcopy Create free account
hub / github.com/bombshell-dev/clack / cursor

Method cursor

packages/core/src/prompts/multi-line.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 return `${s1}${styleText('inverse', s2)}${s3}`;
33 }
34 get cursor() {
35 return this._cursor;
36 }
37 #insertAtCursor(char: string) {
38 if (this.userInput.length === 0) {
39 this._setUserInput(char);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected