summaryrefslogtreecommitdiff
path: root/term/max_micro_jump.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/max_micro_jump.h')
-rw-r--r--term/max_micro_jump.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/max_micro_jump.h b/term/max_micro_jump.h
new file mode 100644
index 0000000..5817514
--- /dev/null
+++ b/term/max_micro_jump.h
@@ -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)
+*/