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

int wchgat(WINDOW * win, int n, attr_t attr, short color, const void * opts)
{
	return ERR;
}

CURSES_FUNCTION4(int, chgat, int, attr_t, short, const void *)

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