home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / kmterm18 / changes1.81 < prev    next >
Text File  |  1993-01-20  |  2KB  |  53 lines

  1. KM_TERM v1.81
  2. Terminal Program for the Atari ST by K Millican
  3.  
  4. ===========
  5. UPDATE 1.74
  6. ===========
  7.  
  8. There have been a number of subtle refinements made to v1.73 as 
  9. follows :-
  10.  
  11. * Substantially improved ANSI compatibility (Prettier and works with 
  12.   nearly all full screen editors and animations now.)
  13.  
  14. * Faster ANSI handling.
  15.  
  16. * Mono screens now emulate colour VT52 in a similar way to the way in 
  17.   which colour ANSI is handled.
  18.  
  19. * Fixed a bug that could occur with QuickSTE (v3) when receiving 
  20.   colour VT52 attribute commands on a mono monitor with characters 
  21.   below ASC(32) - ie. when 27,"b",1 was received instead of 27,"b1". 
  22.   This was a bug concerning QuickST and the GEMDOS cconws call (yet 
  23.   another one) and had nothing to do with the KM_Term source code - 
  24.   I've switched to using bconout for VT52 attribute setting which 
  25.   eliminates the problem however.
  26.  
  27.  
  28. Note :
  29.  
  30. v1.73 onwards features improved error handling so that (apart from 
  31. errors made in date setting on entry to KM_Term) any error occuring 
  32. in KM_Term can be recovered gracefully. If the program EVER bombs out 
  33. without displaying extensive error messaging, you can be sure it's an 
  34. internal ST operating system (or patch) error or another program 
  35. that's at fault.
  36.  
  37.  
  38. ===========
  39. UPDATE 1.81
  40. ===========
  41.  
  42. * Now allows access to GEM accessories.
  43.  
  44. * Can use separate drives for upload/download.
  45.  
  46. * Can send VT52 or ANSI cursor positioning commands to remote modem.
  47.  
  48. * Recognises and responds to ANSI requests for cursor position.
  49.  
  50. * User can define an initialise string for terminal startup and a 
  51.   termination string for closedown.
  52.  
  53.