diff options
Diffstat (limited to 'term/max_micro_jump.c')
-rw-r--r-- | term/max_micro_jump.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/term/max_micro_jump.c b/term/max_micro_jump.c new file mode 100644 index 0000000..5817514 --- /dev/null +++ b/term/max_micro_jump.c @@ -0,0 +1,11 @@ +#include <term.h> + +#define max_micro_jump tigetnum("mjump") + +/** maximum value in TERMCAP(parm_..._micro) **/ + +/* +TERMINFO_NAME(mjump) +TERMCAP_NAME(Ye) +XOPEN(400) +*/ |