home *** CD-ROM | disk | FTP | other *** search
-
-
-
-
-
- Turbo Pascal 5.5 Screen Routines
-
-
- Written by Harald Thunem
-
-
-
-
- The files
- ─────────
-
- HTSCREEN.PAS - Screen routines
- HTSCREEN.TPU - Compiled unit
- HTDEMO.PAS - Demo program for the screen routines
- HTDEMO.EXE - Executable program
- HTSTRING.PAS - String routines
- HTSTRING.TPU - Compiled unit
- KEYBOARD.PAS - Keyboard routines
- KEYBOARD.TPU - Compiled unit
-
-
- What is this
- ────────────
-
- These are some screen routines for Turbo Pascal 5.5 programmers.
- I got the idea from Eagle Performance Software's QWIK routines,
- but since I hate spending money on software, I wrote my own.
-
- These routines are not as fast as the QWIK routines, but they are
- FREE !!!!!!!!!!!!!!!!!
-
- The usage of the routines should be obvious, but I've included
- a demo program for idiot programmers (he-he).
-
- If you need an explanation to the routines, you can download the
- QWIK routines and look at the documentation for them.
-
-
- Bugs
- ────
-
- Setting the cursor size to CursorOff for videomode $07 (MDA,EGA)
- is done by moving the cursor to position 81,1 (not on the screen).
- It could be done better.
-
-
- Comments
- ────────
-
- If you have any comments :
-
- Harald Thunem
- Inst. for Fysikalsk Kjemi
- 7034 Trondheim - NTH
- Norway
-
- e-mail : thunem@kjemi.unit.no
-
-
-