Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ansi): just reset the params counter when we enter Utf8State
We don't need to clear everything in the Parser on Utf8State, just reset the counter, we know how many UTF-8 bytes through the first incoming byte and we use that to decode the rune.
- Loading branch information