mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-04 04:50:30 +02:00
* added scrrenHeight and ScreenWidth
This commit is contained in:
parent
487408c8da
commit
872a9b1d1e
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user