summaryrefslogtreecommitdiff
path: root/src/term/set_a_background.c
blob: 045d31f090c4e8e9296cd5269bcc01a6a12c7ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

#define set_a_background tigetstr("setab")

/** set background color to #1 using ANSI escape **/

/*
TERMINFO_NAME(setab)
TERMCAP_NAME(AB)
XOPEN(400)
*/