Browse Source

* TextMode parameter type changed to word for TP/BP compatibility

Tomas Hajny 20 years ago
parent
commit
d24956505a
1 changed files with 5 additions and 2 deletions
  1. 5 2
      rtl/inc/crth.inc

+ 5 - 2
rtl/inc/crth.inc

@@ -77,7 +77,7 @@ var
 procedure AssignCrt(var F: Text);
 procedure AssignCrt(var F: Text);
 function KeyPressed: Boolean;
 function KeyPressed: Boolean;
 function ReadKey: Char;
 function ReadKey: Char;
-procedure TextMode(Mode: Integer);
+procedure TextMode (Mode: word);
 procedure Window(X1,Y1,X2,Y2: Byte);
 procedure Window(X1,Y1,X2,Y2: Byte);
 procedure GotoXY(X,Y: Byte);
 procedure GotoXY(X,Y: Byte);
 function WhereX: Byte;
 function WhereX: Byte;
@@ -102,7 +102,10 @@ procedure cursorbig;
 
 
 {
 {
   $Log$
   $Log$
-  Revision 1.4  2005-02-14 17:13:22  peter
+  Revision 1.5  2005-05-15 12:44:14  hajny
+    * TextMode parameter type changed to word for TP/BP compatibility
+
+  Revision 1.4  2005/02/14 17:13:22  peter
     * truncate log
     * truncate log
 
 
 }
 }