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