diff options
Diffstat (limited to 'term/micro_left.h')
-rw-r--r-- | term/micro_left.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/micro_left.h b/term/micro_left.h new file mode 100644 index 0000000..4c30e34 --- /dev/null +++ b/term/micro_left.h @@ -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) +*/ |