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