mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-25 06:40:30 +01:00
* added scrrenHeight and ScreenWidth
This commit is contained in:
parent
487408c8da
commit
872a9b1d1e
@ -73,6 +73,13 @@ var
|
||||
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);
|
||||
function KeyPressed: Boolean;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user