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

int slk_attroff(const chtype attrs)
{
	return ERR;
}

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