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