Duplicates the tparm subroutine.
#include <curses.h>
#include <term.h>
char *tgoto( Capability, Column, Row)
char *Capability;
int Column, Row;
The tgoto subroutine calls the tparm (tparm Subroutine) subroutine. This subroutine is provided for binary compatibility with applications that use the termcap file.
Capability | Specifies the termcap capability to apply the parameters to. |
Column | Specifies which column to apply to the capability. |
Row | Specifies which row to apply to the capability. |
This subroutine is part of Base Operating System (BOS) Runtime.
The tparm (tparm Subroutine) subroutine.
Curses Overview for Programming, List of Curses Subroutines, Understanding Terminals with Curses in AIX 5L Version 5.1 General Programming Concepts: Writing and Debugging Programs.