.MCall .Module .Module KEDHL6 RELEASE=V02 VERSION=10 COMMENT=,IDENT=NO,AUDIT=NO,GLOBAL=.KEDH6 ; Copyright (c) 1998 by Mentec, Inc., Nashua, NH. ; All rights reserved ; ; This software is furnished under a license for use only on a ; single computer system and may be copied only with the ; inclusion of the above copyright notice. This software, or ; any other copies thereof, may not be provided or otherwise ; made available to any other person except for use on such ; system and to one who agrees to these license terms. Title ; to and ownership of the software shall at all times remain ; in Mentec, Inc. ; ; The information in this document is subject to change without ; notice and should not be construed as a commitment by Digital ; Equipment Corporation, or Mentec, Inc. ; ; Digital and Mentec assume no responsibility for the use or ; reliability of its software on equipment which is not supplied ; by Digital or Mentec, and listed in the Software Product ; Description. .Enable LC .Enable GBL ; ; ;MODULE: KEDHL6 - Gold keyboard functions help form ; ;VERSION: V01.01 ; ;AUTHOR: Cheryl Vedoe ; ;DATE: 26-October-79 ; ; .SbTtl Assembly parameters ; ; VT10$0 NE VT100 support, ANSI escape sequences, auto ; screen sizing, auto repeat keyboard turned ; off when editor busy ; ; VT10$0 EQ VT52 support, setup sequence sets VT100 in ; VT52 mode (ignored by VT52) ; .IIf NDF,VT10$0, VT10$0 = 1 ;Default to VT100 support ; ; Display appropriate subtitles for options ; .SbTtl .SbTtl .SbTtl Gold Keyboard Functions Help Form Entry Point .MCall PSect PSect $HLP6$ $GtHl6:: ;~x~ Call @(SP)+ ;~x~Pop stack and return to caller ; with data address on stack .SbTtl Help Form .Byte ,,, .Ascii / Gold Keyboard Functions/ .Byte ,,, .Ascii / Terminate a macro without executing it/ .Byte , .Ascii / Execute the "current" macro/ .Byte , .Ascii / Execute the specified macro/ .Byte ,,, .Ascii / Align structured tabs to the cursor/ .Byte , .Ascii / Extend the level counter for structured tabs/ .Byte , .Ascii / Decrease the level counter for structured tabs/ .Byte ,, .Ascii / Lower case selected area/ .Byte ,, .Ascii / Upper case selected area/ .Byte .End