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

termattrs

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The termattrs routine is used to return the video attributes supported by the terminal.

Syntax

   #include <curses.h>



   chtype termattrs();

Return Values

OK

Successful completion.

ERR

An error occurred.

Description

The termattrs() routine returns a logical OR of all video attributes available on a terminal.

Implementation Considerations

UNIX System V implementation

Portability

UNIX System V

Feedback to webmaster