Browse Source

* added scrrenHeight and ScreenWidth

armin 22 years ago
parent
commit
872a9b1d1e
1 changed files with 7 additions and 0 deletions
  1. 7 0
      rtl/netware/crt.pp

+ 7 - 0
rtl/netware/crt.pp

@@ -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);