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

#define set_background tigetstr("setb")

/** set background color to #1 **/

/*
TERMINFO_NAME(setb)
TERMCAP_NAME(Sb)
XOPEN(400)
*/