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

int wbkgd(WINDOW * win, chtype ch)
{
	return ERR;
}

CURSES_WFN1(int, bkgd, chtype)

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