Query: curses_keyname
OS: netbsd
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CURSES_KEYNAME(3) BSD Library Functions Manual CURSES_KEYNAME(3)NAMEcurses_keyname, keyname -- curses report key name routineLIBRARYCurses Library (libcurses, -lcurses)SYNOPSIS#include <curses.h> char * keyname(int key);DESCRIPTIONThe function keyname() generates a character string containing a description of the key specified in key. The string is formatted according to the following table: Description Key range String format Control character 0 - 31 ^X Visible character 32 - 126 X Delete character 127 ^? Meta + control character 128 - 158 M-^X Meta + visible character 159 - 254 M-X Meta + delete character 255 M-^? Named key KEY_MIN - KEY_MAX KEY_EXIT Unknown key -1SEE ALSOcurses_input(3)NOTEThe return value of keyname() is a static buffer, which will be overwritten on a subsequent call.STANDARDSThe NetBSD Curses library complies with the X/Open Curses specification, part of the Single Unix Specification.HISTORYThese functions first appeared in NetBSD 2.0.BSDOctober 17, 2007 BSD
Related Man Pages |
---|
bkgd(3) - netbsd |
curses_background(3) - netbsd |
key_name(3xcurses) - sunos |
keyname(3xcurses) - sunos |
keyname(3xcurses) - opensolaris |
Similar Topics in the Unix Linux Community |
---|
sorting left-justified numeric values |
Memory Leaks |
RFC - Korn shell prompt |
BSD Unix Toolbox: 1000+ Commands for FreeBSD, OpenBSD, and NetBSD |
Grep command to show the number of results |