home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / graphics / ansist20 / ansi_st.doc next >
Text File  |  1994-04-09  |  5KB  |  124 lines

  1.  
  2.                           A N S I - S T
  3.  
  4.                  The Atari ST ANSI Screen Driver
  5.  
  6.               Copyright (c)1994 Uncensored Software
  7.  
  8.                   Version 0.20 (09 April 1994)
  9.  
  10.                        A Shareware Release
  11.  
  12.  
  13. ANSI-ST is an ANSI screen driver for the Atari ST range of micros 
  14. designed to complement the built in VT-52 emulator which has very 
  15. little support outside of the Atari community.   The majority  of 
  16. computers today support a form of ANSI emulation - DOS PC's  have 
  17. the ANSI.SYS screen driver but until now ANSI emulation on the ST 
  18. has been limited to a few select comms packages.
  19.  
  20. To install ANSI-ST on your system copy ANSI_ST.PRG into the  AUTO 
  21. folder  on  your boot disk and reboot your ST.   Make  sure  that 
  22. ANSI-ST runs after screen accelerators such as Warp9/NVDI.   When 
  23. running ANSI-ST will only use about 2K of memory.
  24.  
  25. ANSI-ST  works  by intercepting any screen output  and  remapping 
  26. ANSI  control sequences to ones that are displayable by  the  ST.  
  27. Using this technique allows VT52 codes also to be used  therefore 
  28. maintaining compatabilty with existing programs.
  29.  
  30. The translation of ANSI codes is limited to programs that use TOS 
  31. to  display  characters - any programs that use GEM will  not  be 
  32. remapped.   Programs  that have been tested and  support  ANSI-ST 
  33. are:
  34.         ST Desktop (File SHOW option) - view raw ANSI files.
  35.         Vanterm - yes NOW it can support ANSI...!
  36.         Teddy Term (VT52 mode)
  37.  
  38. Not  all  programs  can  be used  with  ANSI-ST  as  some  screen 
  39. corruption (incorrect colours) occurs,  we hopefully will be able 
  40. to  fix  this in future versions.   This problem seem  to  reveal 
  41. itself  if a program is trying to emulate ANSI itself - the  easy 
  42. solution  to this is to switch to vt52 emulation and let  ANSI-ST 
  43. do the hard work.
  44.  
  45. The initial versions of ANSI-ST support a subset of the full ANSI 
  46. specification although most commonly used codes are supported.  A 
  47. colour remapping technique is used to allow 16 colour ANSI to  be 
  48. used on a 2/4 colour ST screen - this ensures that the foreground 
  49. and background colours are never the same.   To gain full  access 
  50. to the ANSI colours you should use a 16 (or higher) colour mode.
  51.  
  52. ANSI-ST  is being released as shareware and the amount of  future 
  53. development  that goes into the product will be governed  by  the 
  54. response  that  we receive - no response - lower chance  of  more 
  55. versions.   The initial version of ANSI-ST is being released just 
  56. to 'test the water' as to the requirement for such a program.
  57.  
  58. The  shareware fee for ANSI-ST is £5 (sterling) or $10US and  can 
  59. be sent to:
  60.                 Mark Matts
  61.                 66 Telford Way
  62.                 Leicester LE5 2LX
  63.                 England U.K.
  64.  
  65. Contact email addresses:
  66.  
  67.     Mark Matts:         NeST        90:100/300
  68.                         AtariNet    51:6/200
  69.                 
  70.     Stuart Coates:      NeST        90:100/304
  71.                         AtariNet    51:6/204
  72.                         CIS         100010,2106
  73.                         Internet    scoates@filesys.demon.co.uk
  74.                                     scoates@eurobase.demon.co.uk
  75.  
  76.     Support BBS:        SystemST
  77.                         1200-14400 V.32bis/V.42bis
  78.                         22:00-07:00 UK Time
  79.  
  80.  
  81. Possible future enhancements:
  82.  
  83. Support for 'bright' text in 2/4 colour modes.
  84. Support for 'underlined' text.
  85. Support for the ANSI vt100 subset.
  86. Support for user defined fonts.
  87. A programmers interface to control ANSI-ST operations.
  88.  
  89.  
  90. Additional Utilities:
  91.  
  92. The  following  utilities have been included within  the  ANSI-ST 
  93. package.
  94.  
  95. QDTERM.TOS  -  A  Quick  & Dirty TERMinal program  -  written  to 
  96.                illustrate  that  with ANSI-ST you don't  need  to 
  97.                write  loads of ANSI screen driving code to  write 
  98.                an ANSI comms terminal.
  99.                Once  loaded all input is passed to the ST  serial 
  100.                port, to exit press '¯' (overscore).
  101.                This  is NOT designed to be a full terminal  -  if 
  102.                you  want  a complete terminal  package  then  try 
  103.                Teddy-Term2.
  104.  
  105. SHOWFILE.TTP-  Displays a text file on the screen.
  106.                Hold Alternate to slow down screen output.
  107.                Press SPACE to pause/unpause display.
  108.                Press Escape to exit.
  109.  
  110. ANSIFONT.PRG-  Allows  the ST to display 'IBM Box  Characters'  - 
  111.                this  is required if you want ANSI-ST to  function 
  112.                100%.   ANSIFONT  will only change the TOS font  - 
  113.                the one that GEM uses will remain  unchanged.  Put 
  114.                this program in your AUTO folder.
  115.  
  116.  
  117. Revision History:
  118.  
  119. v0.20 (09 April 1994)
  120.     o Better handling of colour codes on mono screens.
  121.     o Few optimisations.
  122.  
  123.  
  124.