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