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

#define max_colors tigetnum("colors")

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

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