home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / crtgraph / readme.doc < prev    next >
Encoding:
Text File  |  1991-04-03  |  2.6 KB  |  64 lines

  1.          This ZIP contains all the source and object code for the
  2.          Turbo Pascal unit CRTG.  
  3.  
  4.          This unit is a direct replacement for the CRT unit shipped 
  5.          with Turbo Pascal.  It has been tested with version 5.5 but 
  6.          should work with versions 4 and 5 as well.  It will probably 
  7.          work with version 6 but I have not tested it.  This unit uses 
  8.          only the GRAPH unit.  The major benifit to this unit is that 
  9.          it allows the use of the graphics operations in GRAPH to be 
  10.          used while doing normal text operations.  
  11.  
  12.          Modifications have been made to the way Read(ln) works.  When 
  13.          erasing character on the input line the cursor will move back 
  14.          along the entire input line even if it has wrapped at the 
  15.          right edge of the window.  If the window was scrolled up 
  16.          because the input line went past the lower edge of the window 
  17.          and if the start of the input line was scrolled off the 
  18.          screen it will be replaced as the cursor moves up the window.  
  19.  
  20.          Assumptions: The video system supports all the VGA modes in a 
  21.                       form compatable with IBM VGA.  
  22.  
  23.          When this unit is used it will replace the drivers on Input 
  24.          and Output for Write(ln) and Read(ln).  I/O redirection is 
  25.          NOT supported.  If the CRT unit is used and comes after this 
  26.          unit then the functions in this unit will be mostly useless.  
  27.  
  28.          Some of the assembly code is from other sources.  These are: 
  29.  
  30.             Programmer's Guide to PC & PS/2 Video Systems.
  31.             Richard Wilton, Microsoft Press.
  32.  
  33.             CRT unit from Borland's Turbo Pascal Version 5.0
  34.  
  35.          The code is marked in the assembler files.  
  36.  
  37.          If you use this code I would appreciate being given credit 
  38.          for it.  If you find problems with it, other than it won't 
  39.          work with your video card, please send mail to 
  40.          tsmith@plains.nodak.edu 
  41.  
  42.          Hope somebody can use this, 
  43.          
  44.             Tim Smith 
  45.          
  46.          Mainfest:
  47.  
  48.          README   DOC     2634
  49.          TEXT8X14 AS1    51405
  50.          TEXT8X14 AS2    51351
  51.          TEXT8X8  AS1    30540
  52.          TEXT8X8  AS2    30487
  53.          TEXT8X14 ASM   102756
  54.          TEXT8X8  ASM    61027
  55.          CRTG     ASM    10372
  56.          EGAVGA   OBJ     5464
  57.          TEXT8X14 OBJ     3664
  58.          APP      EXE     4163
  59.          TEXT8X8  OBJ     2120
  60.          CRTG     OBJ      828
  61.          BUILDFNT BAT      116
  62.          CRTG     PAS    29695
  63.  
  64.