summaryrefslogtreecommitdiff
path: root/term/set_a_background.h
blob: b9ea96cdcd6410d4039ababf858520d7f00a08e6 (plain)
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)
*/