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

#define scroll_forward tigetstr("ind")

/** scroll text up **/

/*
TERMINFO_NAME(ind)
TERMCAP_NAME(sf)
XOPEN(400)
*/