libgnt

NCurses toolkit for creating text-mode graphical user interfaces

brewmacoslinux
Try with needOr install directly
Source

About

NCurses toolkit for creating text-mode graphical user interfaces

Commands

libgnt

Examples

Check libgnt version and installation$ pkg-config --modversion gnt
Compile a C program using libgnt for TUI development$ gcc program.c -o program $(pkg-config --cflags --libs gnt)
View libgnt library location and dependencies$ pkg-config --list-all | grep gnt