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