class RTUI::Progress

def clear

def clear
  @out.print "\r#{(" " * (TTY.get_width - 1))}\r"
end