micro/cmd/micro/terminfo
Zachary Yedidia f40abc1a59 Fix infocmp parser
Ref #1167
2018-08-29 13:01:38 -04:00
..
LICENSE.md Update license info 2018-02-04 11:33:03 -05:00
mkinfo.go Fix infocmp parser 2018-08-29 13:01:38 -04:00
README.md Fix relative URL for terminfo 2018-02-09 17:36:12 +02:00
terminfo.go Update to use new mkinfo from tcell 2018-01-29 23:36:39 -05:00
terminfo_test.go Update to use new mkinfo from tcell 2018-01-29 23:36:39 -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.