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

#define max_colors tigetnum("colors")

/** maximum numbe of colors on the screen **/

/*
TERMINFO_NAME(colors)
TERMCAP_NAME(Co)
XOPEN(400)
*/