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

char * tgoto(char * cap, int col, int row)
{
	return tiparam(cap, col, row);
}

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