# File lib/terminfo.rb, line 54 def initialize(term=ENV['TERM'], io=STDERR) setupterm(term, io.fileno) @term = term @io = io end