summaryrefslogtreecommitdiff
path: root/term/lines_of_memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'term/lines_of_memory.h')
-rw-r--r--term/lines_of_memory.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/term/lines_of_memory.h b/term/lines_of_memory.h
new file mode 100644
index 0000000..36d6200
--- /dev/null
+++ b/term/lines_of_memory.h
@@ -0,0 +1,11 @@
+#include <term.h>
+
+#define lines_of_memory tigetnum("lm")
+
+/** lines of memory if > TERMCAP(lines); 0 = varies **/
+
+/*
+TERMINFO_NAME(lm)
+TERMCAP_NAME(lm)
+XOPEN(400)
+*/