summaryrefslogtreecommitdiff
path: root/term/device_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/device_type.h')
-rw-r--r--term/device_type.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/device_type.h b/term/device_type.h
new file mode 100644
index 0000000..19a097e
--- /dev/null
+++ b/term/device_type.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define device_type tigetstr("devt")
+
+/** indicate language/codeset support **/
+
+/*
+TERMINFO_NAME(devt)
+TERMCAP_NAME(dv)
+XOPEN(400)
+*/