Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ getyx(3cur) — Ultrix/UWS 4.1 RISC

Media Vault

Software Library

Restoration Projects

Artifacts Sought

getyx(3cur)

Name

getyx − get cursor position

Syntax

#include <cursesX.h>

int getyx(win, y, x)
WINDOW ∗win;
int y, x;

Description

The cursor coordinates of the window are placed in the two integer variables y and x. This routine is implemented as a macro, so no & is necessary before the variables.

Return Values

No return value is defined for this function. 

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026