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