# File lib/luck/ansi.rb, line 26
  def cursor=(show)
    print "\e[?25" + (show ? 'h' : 'l')
  end