summaryrefslogtreecommitdiff
path: root/term/lines_of_memory.h
blob: 36d6200326ccc8938571508a93ebc1041a073871 (plain)
1
2
3
4
5
6
7
8
9
10
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)
*/