home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug144.arc / EASE16.LBR / EASE.NZW / EASE.NEW
Text File  |  1979-12-31  |  1KB  |  33 lines

  1. EASE -- Error and Shell Editor, Version 1.6 -- Paul Pomerleau, 3/3/88
  2.  
  3. Changes to Shell:
  4.  
  5.   'C' Option -- 'EASE C' allows the user to edit just one command, 
  6. this is useful if user command input is desired from any shell such as 
  7. ZFILER or MENU.  Thanks to Al Grabauskas for this easy to implement 
  8. change.
  9.  
  10.   Internal SMARTSAV option -- SMARTSAV set checks to see if the 
  11. command line was recalled with a ^B or ^N or ^O and not edited.  If 
  12. it has not been edited, it is not saved.  This means you might 
  13. execute a command and NOT find it as the last command typed (ie. ^B 
  14. would not recall it, though a ^O would).  This should be used by 
  15. those more interested in speed (no saving time) or VAR file space 
  16. than with convenience.
  17.  
  18. To Error Handler:
  19.  
  20.   User is no longer prompted for Edit or Abort, unless he is running 
  21. a ZEX script.  Instead, the faulty command is put on the command 
  22. line, and the user may edit same.  This reduces number of keystrokes.
  23.  
  24.   BEEPFLG -- Error Handler may beep or not beep on error.
  25.  
  26. To VARPACK:
  27.  
  28.   VARPACK now does not default to packing (deleting duplicates).  
  29. This makes VARPACK fast for startup aliases to cut down VAR files to 
  30. a certain size.
  31.  
  32. to packing (deleting duplicates).  
  33. This makes VARPACK fast for