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 / HEATH / Z100WRAP.DOC < prev    next >
Internet Message Format  |  2000-06-30  |  1KB

  1. Date: Friday, 19 April 1985
  2. From: Dick McGee
  3. Re:   Z-100 question
  4.  
  5. >The machine seems unwilling to accept escape sequences, particularly
  6. >the one for enabling auto linewrap which is mentioned only in passing
  7. >in the egredious Z-dos user manual.
  8.  
  9. I found this technique in REMark, the Heath Users Group Magazine.  The
  10. trick is to imbed the escape sequences in a text file and then do a
  11. TYPE filename to invoke the sequence. An undocumented feature of EDLIN
  12. the line editor is that when in the insert mode pressing the F8 key
  13. inserts an ESC ( ^[ is the symbol for ESCape) into the file.
  14.  
  15. The sequence to invoke wrap is ESCv
  16. The sequence to invoke nowrap is ESCw
  17.  
  18. A sample EDLIN session is:
  19.  
  20. A:EDLIN WRAP.<return>       (Note the period after WRAP)
  21. EDLIN Version 1.02 
  22. New File
  23. *I<return>
  24.       1*<F8>v<return>
  25.       2*<CNTRL C>
  26. *E
  27. A:TYPE WRAP<return>
  28. A:                           (line wrapping now on)
  29.  
  30. Now make a file called NOWRAP substituting w for v
  31.  
  32. Other sequences are NOCLICK   ESCx2
  33.                       CLICK   ESCy2
  34.  
  35. This is for ZDOS but I have done similar things on the CPM side.
  36. You can use a screen editor if it has the capability of inserting
  37. (usually called quoting) control characters.
  38.  
  39. Richard McGee
  40.