blob: 33208b021cf903b0c07f359e280f13c0090987b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <term.h>
#define max_attributes tigetnum("ma")
/** maximum combined video attributes terminal can display **/
/*
TERMINFO_NAME(ma)
TERMCAP_NAME(ma)
XOPEN(400)
*/
|