diff options
Diffstat (limited to 'term/max_colors.h')
-rw-r--r-- | term/max_colors.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/max_colors.h b/term/max_colors.h new file mode 100644 index 0000000..b2c5a74 --- /dev/null +++ b/term/max_colors.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define max_colors tigetnum("colors") + +/** maximum numbe of colors on the screen **/ + +/* +TERMINFO_NAME(colors) +TERMCAP_NAME(Co) +XOPEN(400) +*/ |