Fixed no result info artifact

This commit is contained in:
斟酌 鵬兄 2017-12-01 18:42:44 +08:00
parent f426d485a8
commit 0335ec832a

View File

@ -134,6 +134,9 @@ class RegReplace:
if not self.recursive:
break
sys.stdout.write( "\n" ) # Move down
sys.stdout.write( "\033[K" ) # Clear line
sys.stdout.flush()
def _compile_re( patterns ):