summaryrefslogtreecommitdiff
path: root/term/hard_copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/hard_copy.h')
-rw-r--r--term/hard_copy.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/hard_copy.h b/term/hard_copy.h
new file mode 100644
index 0000000..9b33977
--- /dev/null
+++ b/term/hard_copy.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define hard_copy tigetflag("hc")
+
+/** hardcopy terminal **/
+
+/*
+TERMINFO_NAME(hc)
+TERMCAP_NAME(hc)
+XOPEN(400)
+*/