home *** CD-ROM | disk | FTP | other *** search
- This ZIP contains all the source and object code for the
- Turbo Pascal unit CRTG.
-
- This unit is a direct replacement for the CRT unit shipped
- with Turbo Pascal. It has been tested with version 5.5 but
- should work with versions 4 and 5 as well. It will probably
- work with version 6 but I have not tested it. This unit uses
- only the GRAPH unit. The major benifit to this unit is that
- it allows the use of the graphics operations in GRAPH to be
- used while doing normal text operations.
-
- Modifications have been made to the way Read(ln) works. When
- erasing character on the input line the cursor will move back
- along the entire input line even if it has wrapped at the
- right edge of the window. If the window was scrolled up
- because the input line went past the lower edge of the window
- and if the start of the input line was scrolled off the
- screen it will be replaced as the cursor moves up the window.
-
- Assumptions: The video system supports all the VGA modes in a
- form compatable with IBM VGA.
-
- When this unit is used it will replace the drivers on Input
- and Output for Write(ln) and Read(ln). I/O redirection is
- NOT supported. If the CRT unit is used and comes after this
- unit then the functions in this unit will be mostly useless.
-
- Some of the assembly code is from other sources. These are:
-
- Programmer's Guide to PC & PS/2 Video Systems.
- Richard Wilton, Microsoft Press.
-
- CRT unit from Borland's Turbo Pascal Version 5.0
-
- The code is marked in the assembler files.
-
- If you use this code I would appreciate being given credit
- for it. If you find problems with it, other than it won't
- work with your video card, please send mail to
- tsmith@plains.nodak.edu
-
- Hope somebody can use this,
-
- Tim Smith
-
- Mainfest:
-
- README DOC 2634
- TEXT8X14 AS1 51405
- TEXT8X14 AS2 51351
- TEXT8X8 AS1 30540
- TEXT8X8 AS2 30487
- TEXT8X14 ASM 102756
- TEXT8X8 ASM 61027
- CRTG ASM 10372
- EGAVGA OBJ 5464
- TEXT8X14 OBJ 3664
- APP EXE 4163
- TEXT8X8 OBJ 2120
- CRTG OBJ 828
- BUILDFNT BAT 116
- CRTG PAS 29695
-