# File src/textarea.rb, line 16
  def position(x, y)
    @x, @y = x, y
  end