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

keyname

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The keyname routine is used to return the character string for a key.

Syntax

   #include <curses.h>



   char *keyname(int c);

Parameters

c

The key for which to get the name.

Return Values

None

Description

The keyname() routine returns a string pointer to the key name. Make a duplicate of the returned string if you plan to modify it.

Implementation Considerations

UNIX System V implementation

Portability

UNIX System V

Feedback to webmaster