tgoto Subroutine

Purpose

Duplicates the tparm subroutine.

Library

Curses Library (libcurses.a)

Syntax

#include <curses.h>
#include <term.h>
char *tgoto( Capability,  Column,  Row)
char *Capability;
int Column, Row;

Description

The tgoto subroutine calls the tparm (tparm Subroutine) subroutine. This subroutine is provided for binary compatibility with applications that use the termcap file.

Parameters

Item Description
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.