mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 09:20:57 +01:00
fing8
This commit is contained in:
parent
b5d63cec9f
commit
dd0b356b47
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ ALTERNATE_MODE_FLAGS = LazyObject(
|
|||
RE_HIDDEN_BYTES = LazyObject(lambda: re.compile(b'(\001.*?\002)'),
|
||||
globals(), 'RE_HIDDEN')
|
||||
|
||||
|
||||
@lazyobject
|
||||
def RE_VT100_ESCAPE():
|
||||
return re.compile(b'(\x9B|\x1B\[)[0-?]*[ -\/]*[@-~]')
|
||||
|
|
Loading…
Add table
Reference in a new issue