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

int touchline(WINDOW * win, int start, int count)
{
	return ERR;
}

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