Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/mauke/sparchways

a terminfo format string interpreter
https://github.com/mauke/sparchways

Last synced: about 2 months ago
JSON representation

a terminfo format string interpreter

Lists

README

        

This is a very basic terminfo format string interpreter library. It doesn't
depend on curses or any other library. It also doesn't use global variables, so
it should be thread-safe.

Basic documentation is in the doc/ directory.

To use it, compile sparchways.c into a library.
Include "sparchways.h" in your code.