...

Package dynamic

import "github.com/gdamore/tcell/v2/terminfo/dynamic"
Overview
Index

Overview ▾

func LoadTerminfo

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.