# File lib/luck/listbox.rb, line 13
  def initialize *args
    @data = []
    @hanging_indent = 0
    @offset = 0
    @index = 0
    @lastclick = Time.at 0
    super
  end