Fix redraw of WPT UI output

This commit is contained in:
Ori Avtalion 2015-12-06 21:05:44 +02:00
parent e16c930f36
commit 359d812ed7

View file

@ -57,7 +57,7 @@ class GroupingFormatter(base.BaseFormatter):
try:
self.terminal = blessings.Terminal()
return self.terminal.clear_eol, self.terminal.move_up
return self.terminal.move_up, self.terminal.clear_eol
except Exception as exception:
sys.stderr.write("GroupingFormatter: Could not get terminal "
"control characters: %s\n" % exception)