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

int vidattr(chtype attr)
{
	return ERR;
}

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