# File lib/sup/textfield.rb, line 19
  def initialize
    @i = nil
    @history = []

    @completion_block = nil
    reset_completion_state
  end