summaryrefslogtreecommitdiff
path: root/term/micro_down.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/micro_down.c')
-rw-r--r--term/micro_down.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/micro_down.c b/term/micro_down.c
new file mode 100644
index 0000000..b859687
--- /dev/null
+++ b/term/micro_down.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define micro_down tigetstr("mcudl")
+
+/** like TERMCAP(cursor_down) for micro adjustment **/
+
+/*
+TERMINFO_NAME(mcudl)
+TERMCAP_NAME(ZZ)
+XOPEN(400)
+*/