home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / cpm68k / kmince.lbr / VT100KEY.CQ / VT100KEY.C
Text File  |  1986-08-29  |  1KB  |  35 lines

  1. /*****************************************************************
  2.  *    VT100keys.C - key bindings for the VT100 keypad.
  3.  *    Robert Heller (created: 10/25/84)
  4.  *    NOTE:  DO NOT TRY TO COMPILE THIS FILE DIRECTLY.  IT IS
  5.  *    CONDITIONALLY INCLUDED IN KEYPAD.C.
  6.  *
  7.  *-------------------------------------------------------------------------
  8.  *
  9.  *    (C) copyright 1984, by Robert Heller.  This document may be copied by
  10.  *    anyone for any non-profit purpose as long as the following 2 conditions
  11.  *    are observed:
  12.  *    1.  Partial reproduction or duplication of the Keypad Editor for MINCE
  13.  *        is strictly forbidden.  DOCUMENTATION IS INCLUDED IN THIS
  14.  *        RESTRICTION.  Only the complete package may be copied, stored,
  15.  *        reproduced, or transmitted.
  16.  *    2.  This copyright notice MUST accompany any and all parts of said
  17.  *        package as is exists in this document.  Any modification of this
  18.  *        copyright notice shall constitute violation of copyright.
  19.  *
  20.  *-------------------------------------------------------------------------
  21.  *
  22.  */
  23.  
  24.     int MVT100Arw();
  25.  
  26.     functs[128+'O'] = MKeyPad;    /* M-? (escape prefix from keypad) */
  27.  
  28. /* now arrow keys: */
  29.  
  30.     functs[128+'['] = MVT100Arw;    /* M-[ (arrow key prefix) */
  31.  
  32.  
  33. M-? (escape prefix from keypad) */
  34.  
  35.