home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / misc / volume12 / tek.p1 / Readme.patch.1 next >
Encoding:
Text File  |  1990-05-14  |  870 b   |  24 lines

  1. Tek (patch 1, 5.14.90)
  2.  
  3. This patch fixes one bug and adds one feature to tek (yet another
  4. tektronics 4014 emulator).  CGI programs which take their input from
  5. stdin do not exit properly, and instead leave the console display in
  6. graphics mode.  To make tek and poly usable as a filters, the code now
  7. restores the previous text mode on exiting if the input is from stdin.
  8. With this patch, it is now possible to do
  9.  
  10.     tek4014-program | tek [-wpaN]
  11.             <or>
  12.     graphics-in-ascii-points-program | poly [-spa]
  13.  
  14. and have the SCO multiscreen restored to text mode on the press of any
  15. key.
  16.  
  17. The added feature is that the command line options now include -N,
  18. where N is a single digit from 1-9, used to specify the CGI graphics
  19. font for tek.  With a VGA display, and with VERIFYFONT off, fonts 3 or
  20. 4 work well for Tektronics emulation.  
  21.  
  22. Ronald Florence
  23. {yale,uunet}!hsi!mlfarm!ron
  24.