libtermkey

Library for processing keyboard input from the terminal

brewmacoslinux
Try with needOr install directly
Source

About

Library for processing keyboard entry from the terminal

Commands

libtermkey

Examples

Link libtermkey in C program to handle terminal keyboard events$ gcc -o myapp myapp.c $(pkg-config --cflags --libs libtermkey)
Check libtermkey version and installation details$ pkg-config --modversion libtermkey
Get compiler flags needed to build with libtermkey$ pkg-config --cflags --libs libtermkey