micro/pkg/terminfo
2019-12-25 17:05:10 -05:00
..
LICENSE.md Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
mkinfo.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
README.md Change project layout and use go.mod 2019-12-25 17:05:10 -05:00
terminfo.go Change project layout and use go.mod 2019-12-25 17:05:10 -05:00

Terminfo parser

This terminfo parser was written by the authors of tcell. We are using it here to compile the terminal database if the terminal entry is not found in set of precompiled terminals.

The source for mkinfo.go is adapted from tcell's mkinfo tool to be more of a library.