mirror of
https://github.com/dylanaraps/pywal.git
synced 2024-11-25 09:23:08 +01:00
general: Fix regex issue.
This commit is contained in:
parent
416904b29b
commit
b080272e01
@ -48,7 +48,7 @@ def colors(vte, cache_dir=__cache_dir__):
|
||||
|
||||
# If vte mode was used, remove the unsupported sequence.
|
||||
if vte:
|
||||
sequences = re.sub(r"\]708;(\[..\])?\#.{6}", "", sequences)
|
||||
sequences = re.sub(r"\]708;(\[.{0,3}\])?\#.{6}", "", sequences)
|
||||
|
||||
print(sequences, end="")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user