* added scrrenHeight and ScreenWidth

This commit is contained in:
armin 2003-02-20 14:05:55 +00:00
parent 487408c8da
commit 872a9b1d1e

View File

@ -72,6 +72,13 @@ var
TextAttr: Byte; { Current text attribute }
WindMin: Word; { Window upper left coordinates }
WindMax: Word; { Window lower right coordinates }
Const
ScreenHeight : longint=25;
ScreenWidth : longint=80;
ConsoleMaxX=80;
ConsoleMaxY=25;
{ Interface procedures }
procedure AssignCrt(var F: Text);