Escaping the escape character
This PR adds a new AnsiSequence called Escape
that is emitted for \x1b\x1b
. I'm not sure if this should be handled in AnsiParserIterator
to return the two characters to the caller, but I guess the use cases are rare, so feedback would be appreciated.