summaryrefslogtreecommitdiff
path: root/src/curses/setscrreg.c
blob: c7eb05310505a9717511a0fae1374f4dbd33ceda (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#include <curses.h>
#include "_curses.h"

int wsetscrreg(WINDOW * win, int top, int bot)
{
	return ERR;
}

CURSES_WFN2(int, setscrreg, int, int)

/*
XOPEN(4)
LINK(curses)
*/