.
This commit is contained in:
parent
3ea2b748d6
commit
a4d662f948
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ ANSI_ESCAPE_RE = re.compile(
|
||||||
| \] .*? (?:\x07|\x1B\\) # OSC sequences
|
| \] .*? (?:\x07|\x1B\\) # OSC sequences
|
||||||
| [@-Z\\-_] # Other 7-bit C1 controls
|
| [@-Z\\-_] # Other 7-bit C1 controls
|
||||||
)
|
)
|
||||||
|
| \x08\ \x08 # literal "\x08 \x08" sequence
|
||||||
''',
|
''',
|
||||||
re.VERBOSE
|
re.VERBOSE
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue