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