summaryrefslogtreecommitdiff
path: root/term/tigetstr.c
blob: 46d4f029a840844ac4516d12a988685e17b83561 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <term.h>

char * tigetstr(const char * capname)
{
	return 0;
}

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