Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombshell-dev/clack
/ cursor
Method
cursor
packages/core/src/prompts/text.ts:22–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
20
return
`${s1}${styleText(
'inverse'
, s2)}${s3.join(
''
)}`;
21
}
22
get cursor() {
23
return
this._cursor;
24
}
25
constructor(opts: TextOptions) {
26
super({
27
...opts,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected