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