Simple ncurses replacement.
Go to file
opfez fe39bdc76a unlicense the project 2021-05-18 13:30:20 +02:00
Makefile initial 2021-03-03 13:11:41 +01:00
UNLICENSE unlicense the project 2021-05-18 13:30:20 +02:00
readme add readme 2021-03-05 14:29:07 +01:00
tui.c fix function declarations 2021-04-04 13:46:41 +02:00
tui.h fix function declarations 2021-04-04 13:46:41 +02:00

readme

tui-lib is a library for creating TUI applications, in similar vein to ncurses.
It was made for personal use, but should work for others as well.
The tui.h file provides documentation for the different structs and functions.