module Infobar::InputOutput

def clear

def clear
  display.clear
  self
end

def newline

def newline
  display.newline
  self
end