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