summaryrefslogtreecommitdiff
path: root/term/max_attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/max_attributes.h')
-rw-r--r--term/max_attributes.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/max_attributes.h b/term/max_attributes.h
new file mode 100644
index 0000000..33208b0
--- /dev/null
+++ b/term/max_attributes.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define max_attributes tigetnum("ma")
+
+/** maximum combined video attributes terminal can display **/
+
+/*
+TERMINFO_NAME(ma)
+TERMCAP_NAME(ma)
+XOPEN(400)
+*/