diff options
Diffstat (limited to 'term/micro_left.c')
-rw-r--r-- | term/micro_left.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/micro_left.c b/term/micro_left.c new file mode 100644 index 0000000..4c30e34 --- /dev/null +++ b/term/micro_left.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define micro_left tigetstr("mcubl") + +/** like TERMCAP(cursor_left) for micro adjustment **/ + +/* +TERMINFO_NAME(mcubl) +TERMCAP_NAME(Za) +XOPEN(400) +*/ |