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

#define set_page_length tigetstr("slines")

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

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