Free software BY Northern Telecom Inc. This software is furnished for free and may be used and copied as desired. This software or any other copies thereof may be provided or otherwise made available to any other person. No title to and ownership of the software is hereby transferred or allowed. The information in this software is subject to change without notice and should not be construed as a commitment by NORTHERN TELECOM INC. NORTHERN TELECOM assumes no responsibility for the use or reliability of this software on any equipment whatsoever. Northern Telecom Inc. Network Support Systems Division 54 Regional Drive Concord, New Hampshire 03301 (603) 224-6511 X2529 Program: AUX Author: Robin Miller Date: Fall 1985 Description: The AUX program allows VT100 auxillary key definitions and command line editing ala VAX/VMS V4.x systems. The program also saves the last twenty commands which can then be recalled. In this release of AUX, the auxillary keys are statically defined. A "DEFINE KEY" interface may be added for the next version of AUX if it becomes widely used. The main AUX documentation is contained in file AUXKEY.PAD. This file is used by AUX to display help from the program when the PF2 (help) key or the PF1 (GOLD) PF2 key is pressed. This help file must be placed in LB:[1,2] for system wide access. To start AUX, simply type "AUX" if it is installed, or "RUN AUX". The program is not currently setup as a Command Line Interface (CLI). AUX will accept input and spawn the command line to your default CLI when you press the return key. To exit AUX, type CTRL/Z. The following is the control key definitions: Control Keys: CTRL/A Toggle between overprint and insert mode. CTRL/B Skip backward to next character input. CTRL/C Delete the entire command line. CTRL/D Delete to end of command line. CTRL/E Position to end of command line. CTRL/F Skip forward to next character input. CTRL/H (BS) Position to beginning of command line. CTRL/J (LF) Delete the previous word. CTRL/M (CR) Terminate the current command line. CTRL/R Recall all previous command lines. CTRL/T Display one line status report. CTRL/U Delete to beginning of command line. CTRL/V Display the current version number. CTRL/W Refresh the current command line. CTRL/Z Exit from the AUX program. DELETE Delete the previous character. !n Recall command line number 'n'.