Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MoonshotAI/kimi-code
/ formatOsc8Close
Function
formatOsc8Close
packages/pi-tui/src/utils.ts:388–390 ·
view source on GitHub ↗
(terminator: Osc8Terminator)
Source
from the content-addressed store, hash-verified
386
}
387
388
function
formatOsc8Close(terminator: Osc8Terminator): string {
389
return
`\x1b]8;;${terminator}`;
390
}
391
392
/**
393
* Track active ANSI SGR codes to preserve styling across line breaks.
Callers
1
getLineEndReset
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected