func LoadTerminfo(name string) (*terminfo.Terminfo, string, error)
LoadTerminfo creates a Terminfo by for named terminal by attempting to parse the output from infocmp. This returns the terminfo entry, a description of the terminal, and either nil or an error.