mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-26 02:40:30 +00:00
Merge pull request #1028 from filalex77/patch-1
Fix relative URL for terminfo
This commit is contained in:
commit
5b26702d5e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Terminfo parser
|
||||
|
||||
This terminfo parser was written by the authors of [tcell](github.com/gdamore/tcell). We are using it here
|
||||
This terminfo parser was written by the authors of [tcell](https://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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue