MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code /

Class

packages/pi-tui/src/utils.ts:395–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 * Track active ANSI SGR codes to preserve styling across line breaks.
394 */
395class AnsiCodeTracker {
396 // Track individual attributes separately so we can reset them specifically
397 private bold = false;
398 private dim = false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected