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

#define max_pairs tigetnum("pairs")

/** maximum number of color pairs on the screen **/

/*
TERMINFO_NAME(pairs)
TERMCAP_NAME(pa)
XOPEN(400)
*/