libvterm

C99 library implementing VT220/xterm terminal emulator

brewmacoslinux
Try with needOr install directly
Source

About

C99 library which implements a VT220 or xterm terminal emulator

Commands

libvterm

Examples

Link libvterm library in C project compilation$ gcc -o terminal_app main.c -lvterm
Check libvterm installation and version$ pkg-config --modversion libvterm
Get libvterm compiler flags for build integration$ pkg-config --cflags --libs libvterm