Keystroke Definition Structure

typedef struct keydef_struct /*Defined in vv_sys.h */
{      
UCHAR *key_mnem; /*pointer to termcap mnemonic for key */
UCHAR *key_st; /*pointer to keystroke string */
int key_len; /*length of keystroke string */
int key_xlat; /*translated value of string */
UCHAR *key_label; /*pointer to key label string */
UCHAR flags; /*parsing flags */
} KEYDEF, *KEYDEFPTR;    


Home Contents Previous Next