diff options
Diffstat (limited to 'term/cursor_left.h')
-rw-r--r-- | term/cursor_left.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/cursor_left.h b/term/cursor_left.h new file mode 100644 index 0000000..fc436f8 --- /dev/null +++ b/term/cursor_left.h @@ -0,0 +1,11 @@ +#include <term.h> + +#define cursor_left tigetstr("cubl") + +/** move left one space **/ + +/* +TERMINFO_NAME(cubl) +TERMCAP_NAME(le) +XOPEN(400) +*/ |