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