Loading cccli/printer.py +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ class Printer(object): def clear(self): '''Clear the terminal''' if self.readline is None or not sys.stdout.isatty(): if self.readline is None: return self.out("\033[H\033[2J", nl="") Loading Loading
cccli/printer.py +1 −1 Original line number Diff line number Diff line Loading @@ -172,7 +172,7 @@ class Printer(object): def clear(self): '''Clear the terminal''' if self.readline is None or not sys.stdout.isatty(): if self.readline is None: return self.out("\033[H\033[2J", nl="") Loading