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