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