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) */