|
|
1.1 root 1: /* @(#) tgoto.c: 1.1 10/15/83 (1.2 4/7/82) */
2: /*
3: * tgoto: function included only for upward compatibility with old termcap
4: * library. Assumes exactly two parameters in the wrong order.
5: */
6: char *
7: tgoto(cap, col, row)
8: char *cap;
9: int col, row;
10: {
11: char *cp;
12: char *tparm();
13:
14: cp = tparm(cap, row, col);
15: return cp;
16: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.