...
This commit is contained in:
parent
06c1236cc6
commit
ae8ca5272b
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ def setup_colors(screen, opts):
|
|||
|
||||
def text_sanitizer(as_ansi, add_wrap_markers):
|
||||
import re
|
||||
pat = re.compile(r'\033[.+?m')
|
||||
pat = re.compile(r'\033\[.+?m')
|
||||
|
||||
def remove_wrap_markers(line):
|
||||
return line.replace('\r', '')
|
||||
|
|
|
|||
Loading…
Reference in a new issue