summaryrefslogtreecommitdiff
path: root/term/initialize_pair.h
blob: 8fa24653aac53a4e165d304f1db92deae358d80f (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

#define initialize_pair tigetstr("initp")

/** set color pair #1 to fg #2, bg #3 **/

/*
TERMINFO_NAME(initp)
TERMCAP_NAME(Ip)
XOPEN(400)
*/