| 393 | * Track active ANSI SGR codes to preserve styling across line breaks. |
| 394 | */ |
| 395 | class AnsiCodeTracker { |
| 396 | // Track individual attributes separately so we can reset them specifically |
| 397 | private bold = false; |
| 398 | private dim = false; |
nothing calls this directly
no outgoing calls
no test coverage detected