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 / XEROX / EDXE.LBR / EDFILE3.UPD next >
Text File  |  2000-06-30  |  3KB  |  53 lines

  1. *** Note:  This is a special version of EDFILE3 which I have named
  2.            EDXE.COM.  It (and EDXE.DOC ) have been edited for use
  3.            on the Xerox 820, 820-II and 16/8 computers, in which
  4.            the arrow (cursor control) keys are defined to be CTRL-A
  5.            through CTRL-D, unlike any other computer I have heard of.
  6.            Therefore, just ignore the first paragraph of this update
  7.            message.  Every thing else is valid.
  8.                                            Paul Foote  May 22, 1987           
  9.  
  10.                             EDFILE 3
  11.  
  12.                              UPDATE
  13.                              1-12-87
  14.  
  15.                        Eugene L. Pizzetta
  16.                         481 Revere Street
  17.                         Revere, MA  02151
  18.                      Voice - (617) 284-0891
  19.  
  20.  
  21. This update was made to allow EDFILE to be used with CP/M
  22. machines whose cursor keys default to WordStar's diamond pattern
  23. (^S, ^D, ^E, ^X).  Although the old version provided a patch area
  24. for cursor codes, the ^E and ^X conflicted with built commands to
  25. toggle between the hex and ASCII areas of the display and to
  26. abort the edit, respectively.
  27.  
  28. The command to toggle between the hex and ASCII display areas has
  29. been changed to ^T.  The command to abort the edit has been
  30. changed to ^Q.  The documentation has been modified to reflect
  31. these changes, as have the built-in help screens.
  32.  
  33. Two earlier patches have also been incorporated into this
  34. version:
  35.  
  36. 1.  From Dennis Recla, Dallas, Texas, 1/10/84, fixing an error in
  37. the Cursor up and Cursor down portion of the program.  The
  38. original version dated 01/09/84 had them reversed.  The doc file
  39. was revised to correct the same errors in it.  I also added a
  40. short paragraph describing the proceedure for writing the changes
  41. to the memory buffer, and to use CTRL-C to write the memory
  42. buffer to the disk.
  43.  
  44. 2.  From Clint Lew, South Bay Techincal Support RCP/M , 9/84, two
  45. small bugs.  The first bug limited the size of the file to which
  46. direct jumps could be made.  In the original version, for files
  47. greater than about 8000H, the "dump relative address" or "A"
  48. command would not consistently jump directly to all addresses. 
  49. (Actually the address jump limit was dependent upon the file
  50. size).  The second bug was a minor problem in that a jump to an
  51. address which happened to be on a sector boundary would send you
  52. to the block before the desired block.
  53.