Skip to content

zyedidia/mkinfo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Mkinfo for Micro

THIS PROGRAM IS NO LONGER NECESSARY, PLEASE DO NOT USE. Newer versions of micro will automatically read terminfo entries from your system, so that micro can understand them at runtime.

This program will read you terminal info and store it so that micro can run in obscure terminals that it doesn't understand by default.

This program is adapted from the mkinfo.go file in tcell written by gdamore.

Usage

If you encounter the terminal entry not found error in micro, then you should try running this program.

$ ./mkinfo

Note: this program will create a file called .tcelldb in your home directory.

If you would like to put the file in a different location you may pass an additional output filename argument (./mkinfo -o filename). Then set the $TCELLDB environment flag to that file so that micro will know where to look for the database.

Then try running micro again.

Installation

Just download a binary from the releases page. You can also compile from source if you'd like.

Make sure you have curses installed (this should be installed by default in most places).

About

Program to fix the terminal entry problem

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages