summaryrefslogtreecommitdiff
path: root/term/cursor_mem_address.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/cursor_mem_address.h')
-rw-r--r--term/cursor_mem_address.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_mem_address.h b/term/cursor_mem_address.h
new file mode 100644
index 0000000..f59b697
--- /dev/null
+++ b/term/cursor_mem_address.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define cursor_mem_address tigetstr("mrcup")
+
+/** memory relative cursor addressing **/
+
+/*
+TERMINFO_NAME(mrcup)
+TERMCAP_NAME(CM)
+XOPEN(400)
+*/