# File lib/luck/button.rb, line 9
  def handle_char char
    if char == "\n"
      handler.call self, @text if handler
    end
    #redraw
  end