class Infobar::Display

def clear

def clear
  carriage_return
  output << ' ' * columns
  carriage_return
  @frequency.reset
  self
end