Commited dependencies

This commit is contained in:
2018-04-02 14:09:29 +01:00
parent 08be7ec383
commit 080d61728c
317 changed files with 156388 additions and 0 deletions

14
vendor/github.com/lunixbochs/vtclean/regex.txt generated vendored Normal file
View File

@@ -0,0 +1,14 @@
this is the source definitions for the scary escape code regex
# from tests in Terminal.app, this regex should cover all basic \e[ and \e] cases
^([\[\]]([\d\?]+)?(;[\d\?]+)*)?.
# this catches any case the above does not
# make sure to not include any special characters the main regex finds (like ?)
\[[^a-zA-Z0-9@\?]+.
# esc + paren + any single char
[\(\)].
# didn't re-check this one (not included)
[\[K]\d+;\d+