home *** CD-ROM | disk | FTP | other *** search
- (*#module(turbo_comp=>off)*)
- Interface Unit Screen;
-
- IMPORT
- TURBOCRT,
- TURBODOS,
- TURBOSYS
- ;
-
- Type
- ReDirectToType = (Console,ComPort1,ComPort2,StandardIO);
- Var
- ReDirectTo : ReDirectToType;
-
- Function GetInput : byte;
- Procedure NewTextColor(NewColor : Byte);
- Procedure NewTextBackground(NewColor : Byte);
- Procedure AnsiClearScreen;
- Procedure AnsiClearToEOL;
- Procedure AnsiGotoXY(X, Y : Byte);
- END.