mirror of
https://github.com/farcasclaudiu/openclaw.git
synced 2026-06-27 09:01:09 +03:00
c621c80afc
highlightMatch() was replacing tokens inside ANSI escape codes, corrupting sequences like [38;2;123;127;135m when searching for '2'. Fix: apply highlighting to plain text before theme styling.