HPlogo MPE/iX Developer's Kit Reference Manual Volume 2: HP 3000 MPE/iX Computer Systems > Chapter 4 CURSES

curs_set

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The curs_set routine is used to set the visibility of the cursor.

Syntax

   #include <curses.h>



   int curs_set(int visibility);

Parameters

visibility

A value of 0 (invisible), 1 (normal), or 2 (very visible).

Return Values

On success, previous cursor visibility is returned; ERR is returned if the requested visibility is not supported.

Description

The curs_set() routine sets the visibility of the cursor to invisible (0), normal (1), or very visible (2).

Implementation Considerations

UNIX System V implementation

Portability

UNIX System V

Feedback to webmaster