summaryrefslogtreecommitdiff
path: root/src/curses/start_color.c
blob: 6e160b6634e01a68cde42b2b8f8c3508465e50ab (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <curses.h>

int start_color(void)
{
	return ERR;
}

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