[ Previous | Next | Contents | Glossary | Home | Search ]
AIX Version 4.3 Base Operating System and Extensions Technical Reference, Volume 2

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 subroutine. This subroutine is provided for binary compatibility with applications that use the termcap file.

Parameters

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.

Implementation Specifics

This subroutine is part of Base Operating System (BOS) Runtime.

Related Information

The tparm subroutine.

Curses Overview for Programming, List of Curses Subroutines, Understanding Terminals with Curses in AIX Version 4.3 General Programming Concepts: Writing and Debugging Programs.


[ Previous | Next | Contents | Glossary | Home | Search ]