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

int wcolor_set(WINDOW * win, short color_pair_number, void * opts)
{
	return ERR;
}

CURSES_WFN2(int, color_set, short, void *)

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