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

int wstandout(WINDOW * win)
{
	return ERR;
}

CURSES_WFN0(int, standout)

/*
XOPEN(4)
LINK(curses)
*/