Commit Graph

1 Commits

  • fix: escape codes not properly wrapped during line wrapping
    - ANSI codes now attach to next visible content, not trailing whitespace
    - Rewrote AnsiCodeTracker to track individual attributes
    - Line-end resets only turn off underline, preserving background colors
    - Added vitest config to exclude node:test files
    
    fixes #109