From fa799768c4f6d97c5f60a37829ad1b457b7c0096 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 13 Apr 2022 19:51:54 -0400 Subject: separate from libc --- term/micro_up.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 term/micro_up.c (limited to 'term/micro_up.c') 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 + +#define micro_up tigetstr("mcuul") + +/** like TERMCAP(cursor_up) for micro adjustment **/ + +/* +TERMINFO_NAME(mcuul) +TERMCAP_NAME(Zd) +XOPEN(400) +*/ -- cgit v1.2.1