-
Committer:
Simon Tatham
-
Date:
2023-10-19 17:55:04 UTC
-
Revision ID:
git-v1:7b10e34b8f636008243df1a1add61c0763befb38
Recognise and discard the APC terminal escape sequence.
I encountered an instance of this sequence in the log files from a
clang CI build. The payload text inside the wrapper was
"bk;t=1697630539879"; I don't know what the "bk" stood for, but the
second half appears to be a timestamp in milliseconds since the Unix
epoch.
I don't think there's anything we can (or should) actually _do_ with
this sequence, but I think it's useful to at least recognise it, so
that it can be conveniently discarded.