global

def mute!

Mute the output of this instance of UI until {#unmute!} is called
def mute!
  @mute = true
end