mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-10 22:52:51 +09:00
This update incorporates the new terminfo updates in tcell into micro essentially merging zyedidia/mkinfo into micro. The zyedidia/mkinfo program should no longer be necessary and micro should automatically generate a tcell database on its own if it cannot find a terminal entry. The tcell database will be located in `configDir/.tcelldb`. Ref #20 Ref #922
7 lines
318 B
Markdown
7 lines
318 B
Markdown
# Terminfo parser
|
|
|
|
This terminfo parser was written by the authors of [tcell](github.com/gdamore/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.
|