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: 15 days ago
JSON representation
a terminfo format string interpreter
- Host: GitHub
- URL: https://github.com/mauke/sparchways
- Owner: mauke
- Created: 2010-06-15T20:24:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2013-04-17T20:07:12.000Z (over 11 years ago)
- Last Synced: 2024-08-03T18:16:57.789Z (3 months ago)
- Language: C
- Homepage:
- Size: 117 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
- AwesomeInterpreter - sparchways
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.