mkinfo

This module implements a command to extra terminfo data from the system, and build a database of Termcap data for use by this library.

Members

Functions

getTermcap
Termcap* getTermcap(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCaps
Caps* loadCaps(string name)
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main(string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
mkTermSource
OutBuffer mkTermSource(Termcap*[] tcs, string modname)
Undocumented in source. Be warned that the author may not have intended to support it.
parseCaps
Caps* parseCaps(string info)

Load capabilities (parsed from infocmp -1 -x).

Meta