home *** CD-ROM | disk | FTP | other *** search
/ Borland Programmer's Resource / Borland_Programmers_Resource_CD_1995.iso / winsock / yawtel02 / yawtel.txt < prev   
Encoding:
Text File  |  1995-05-19  |  1.5 KB  |  43 lines

  1. Yet Another Windows socket Telnet
  2.  
  3. Version 0.2 Beta
  4.  
  5. This is the first release of this Windows Socket compatible telnet.
  6. This telnet was especially designed with Mosaic in mind and parses the 
  7. commandline that Mosaic gives it.  Just update the mosaic.ini file in your
  8. Windows directory.
  9.  
  10. This version remains largely untested and incomplete.
  11. I have spend most of my time making the vt100 emulation complete.  Other
  12. features like host profiles, screen scrollback, etc. are all planned but 
  13. remain unimplemented.
  14.  
  15. This software is expected to go shareware, but nothing is final yet.
  16. You are allowed to use this beta version for testing only.
  17. See license.txt for the license agreement.
  18.  
  19. Revision History
  20.  
  21. 0.1        Initial release
  22. 0.2        Fixed some emulation bugs
  23.         Added cut and paste
  24.         Leave screen running after connection dies
  25.  
  26.  
  27. KNOW BUGS:
  28. - there is a bug in the cursor positioning code.  
  29. - keyboard mapping remains incomplete.  Cursor keys don't work well
  30.   and cr/lf translation and del/bs get confused sometimes.
  31. - There are cases when the focus does not come back to the display window
  32.   correctly.  A beep occurs everytime you hit a key.  Solution: hit alt-tab
  33.   a few times.
  34. - highlighting (bold underline, etc.) are not implemented.
  35. - Some of DECs special escape codes remain unimplemented causing some extra
  36.   characters to show up in some cases.
  37.   
  38.   
  39. Please contact me if you find other bugs: hans@anest4.anest.ufl.edu
  40.  
  41. Hans van Oostrom
  42. July 22, 1994.
  43.