summaryrefslogtreecommitdiff
path: root/term/enter_micro_code.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/enter_micro_code.h')
-rw-r--r--term/enter_micro_code.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/enter_micro_code.h b/term/enter_micro_code.h
new file mode 100644
index 0000000..34b419a
--- /dev/null
+++ b/term/enter_micro_code.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define enter_micro_code tigetstr("smicm")
+
+/** enable micro motion capabilities **/
+
+/*
+TERMINFO_NAME(smicm)
+TERMCAP_NAME(ZJ)
+XOPEN(400)
+*/