1 2 3 4 5 6 7 8 9 10 11
#include <term.h> #define set_a_background tigetstr("setab") /** set background color to #1 using ANSI escape **/ /* TERMINFO_NAME(setab) TERMCAP_NAME(AB) XOPEN(400) */