summaryrefslogtreecommitdiff
path: root/term/parm_down_cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'term/parm_down_cursor.c')
-rw-r--r--term/parm_down_cursor.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/parm_down_cursor.c b/term/parm_down_cursor.c
new file mode 100644
index 0000000..97acc10
--- /dev/null
+++ b/term/parm_down_cursor.c
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define parm_down_cursor tigetstr("cud")
+
+/** move down #1 lines **/
+
+/*
+TERMINFO_NAME(cud)
+TERMCAP_NAME(DO)
+XOPEN(400)
+*/