summaryrefslogtreecommitdiff
path: root/term/cursor_to_ll.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/cursor_to_ll.h')
-rw-r--r--term/cursor_to_ll.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_to_ll.h b/term/cursor_to_ll.h
new file mode 100644
index 0000000..d023086
--- /dev/null
+++ b/term/cursor_to_ll.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define cursor_to_ll tigetstr("ll")
+
+/** last line, first column (if no (TERMCAP(cup)) **/
+
+/*
+TERMINFO_NAME(ll)
+TERMCAP_NAME(ll)
+XOPEN(400)
+*/