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

chtype wgetbkgrnd(WINDOW * win, cchar_t * wch)
{
	return ERR;
}

CURSES_WFN1(int, getbkgrnd, cchar_t *)

/*
XOPEN(400)
LINK(curses)
*/