blob: f43e9bec3781a2ce8ffda08943f4fd276e84c98b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#include <curses.h>
#define set_pglen_inch tigetstr("slength")
/** set page length to #1 hundredths of an inch **/
/*
TERMINFO_NAME(slength)
TERMCAP_NAME(YI)
XOPEN(400)
*/
|