termbox

Library for writing text-based user interfaces with keyboard/mouse support

brewmacoslinux
Try with needOr install directly
Source

About

Library for writing text-based user interfaces

Commands

termbox

Examples

Include termbox in a C project by linking against the library$ gcc -o myapp myapp.c -ltermbox
Check termbox installation and version information$ pkg-config --modversion termbox
Get compiler flags needed to use termbox in your project$ pkg-config --cflags --libs termbox