]> git.lizzy.rs Git - micro.git/commit
Update to use new mkinfo from tcell
authorZachary Yedidia <zyedidia@gmail.com>
Tue, 30 Jan 2018 04:36:39 +0000 (23:36 -0500)
committerZachary Yedidia <zyedidia@gmail.com>
Tue, 30 Jan 2018 04:36:39 +0000 (23:36 -0500)
commit96c7b1d07b4700f8e69904221d08d173192cffe8
tree82219c5d27c5b29c99e54112d5e12d467fcac324
parentf48116801bb55ba3b59c2734219328ef4ab3eca6
Update to use new mkinfo from tcell

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
cmd/micro/micro.go
cmd/micro/terminfo/README.md [new file with mode: 0644]
cmd/micro/terminfo/mkinfo.go [new file with mode: 0644]
cmd/micro/terminfo/terminfo.go [new file with mode: 0644]
cmd/micro/terminfo/terminfo_test.go [new file with mode: 0644]