summaryrefslogtreecommitdiff
path: root/term/set_pglen_inch.c
blob: f1853322034f0f8e33d8eee37e62490af90b2034 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

#define set_pglen_inch tigetstr("slength")

/** set page length to #1 hundredths of an inch **/

/*
TERMINFO_NAME(slength)
TERMCAP_NAME(YI)
XOPEN(400)
*/