summaryrefslogtreecommitdiff
path: root/term/cursor_address.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/cursor_address.h')
-rw-r--r--term/cursor_address.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_address.h b/term/cursor_address.h
new file mode 100644
index 0000000..e48005b
--- /dev/null
+++ b/term/cursor_address.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define cursor_address tigetstr("cup")
+
+/** move to row #1 col #2 **/
+
+/*
+TERMINFO_NAME(cup)
+TERMCAP_NAME(cm)
+XOPEN(400)
+*/