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

#define set_page_length tigetstr("slines")

/** set page length to #1 lines **/

/*
TERMINFO_NAME(slines)
TERMCAP_NAME(YZ)
XOPEN(400)
*/