# File lib/interact/interactive.rb, line 122
  def read_event(options = {})
    input = options[:input] || $stdin

    with_char_io(input) do
      get_event(input)
    end
  end