home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / vi.TXT < prev    next >
Text File  |  2009-11-06  |  1KB  |  36 lines

  1.  
  2.  
  3. PVIC is a Portable VI Clone derived from STEVIE 3.69B. It has been written 
  4. in Kernighan and Ritchie C, so it compiles on both old and modern C compilers.
  5.  
  6. The original STEVIE 3.69B I got was written for MS-DOS systems, and did 
  7. contain many non portable things like BIOS calls. I have removed everything 
  8. from STEVIE 3.69B I considered non-portable, and I did rewrite the I/O. I 
  9. added code to read termcap files. I gave many variables and functions from the 
  10. original STEVIE 3.69B more understandable names.
  11.  
  12. There are some incompatibilities between different operating systems. These 
  13. incompatibilities are resolved in the files LOCDEFS.H and LOCFUNCS.H. To port 
  14. PVIC to another operating system, you only have to modify these files. 
  15.  
  16. The code provided is for OS-9.
  17.  
  18. I hope PVIC will provide for those who have to work on many different 
  19. platforms, and want to use the same editor on every platform. I encourage
  20. everybody to copy and/or port PVIC.
  21.  
  22.                 Frits Wiarda
  23.                 De Wildkamp 28
  24.                 8162 GJ Epe
  25.                 Holland
  26.                 e-mail 71553.3104@compuserve.com
  27.  
  28. Deficiencies:
  29.  
  30. (1) It misses the named buffers (a..z)
  31. (2) When starting a subshell, redraws are not handled well (but you
  32. can always use "^L".
  33. (3) When changing files with the ":e <newfile>" command, it may crash
  34. every once in a while
  35. (4) Regular expressions are not handled well
  36.