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

bool has_ic(void)
{
	return FALSE;
}

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