home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / ZCPR33 / A-R / NHSH-Z33.LBR / NHSH.HZP / NHSH.HLP
Text File  |  2000-06-30  |  2KB  |  53 lines

  1. Description
  2. Running NHSH
  3. NHSH Line Editing
  4. :Description
  5.  
  6. NHSH is a history processing ZCPR3 shell.  It provides the ability
  7. to recall and edit previous commands and allows much more
  8. sophisticated editing than is found in the normal CP/M or ZCPR3
  9. command processor.
  10. :Running NHSH.
  11.  
  12. NHSH is run with the command
  13.  
  14.           nhsh
  15.  
  16. No command line parameters are used.
  17.  
  18. The maximum number of history commands is fixed at 20.
  19.  
  20. The history file may be displayed with the command 'hist' (lower case)
  21.  
  22. :NHSH Line Editing
  23.  
  24. Two characters are recognized as special only if they are typed at the
  25. beginning of a line:
  26.  
  27.      <ESC> -   (Escape key).  Exit NHSH.
  28.  
  29.      ^C    -   (Control C).  Warm boot (same as standard
  30.                CP/M or ZCPR3 ^C.
  31.  
  32. During command entry, a number of editing commands are recognized:
  33.  
  34.                      +-------+-------+-------+--------+--------+
  35.                      | Back  | Fwd   | Del L | Del R  | Del All|
  36.         +------------+-------+-------+-------+--------+--------+
  37.         | Character  |  ^S   |  ^D   |  BS   |  ^G    |        |
  38.         +------------+-------+-------+-------+--------+--------+
  39.         | Word       |  ^A   |  ^F   |  ^W   |  ^T    |        |
  40.         +------------+-------+-------+-------+--------+--------+
  41.         | Command    |  ^Q   |  ^R   |       |        |  ^Z    |
  42.         +------------+-------+-------+-------+--------+--------+
  43.         | Line       |       |       |       |  ^Y    |  ^U    |
  44.         +------------+-------+-------+-------+--------+--------+
  45.  
  46.      ^E    -   Recall previous command line.
  47.      ^J    -   Display brief help.
  48.      ^L    -   Search for match left of the cursor.
  49.      ^P    -   Remove any special meaning from next character.
  50.      ^V    -   Insert.
  51.      ^X    -   Recall next command line.
  52.  
  53.