mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 03:28:04 +02:00
* TextMode parameter type changed to word for TP/BP compatibility
This commit is contained in:
parent
7b01b30ca9
commit
d24956505a
@ -77,7 +77,7 @@ var
|
||||
procedure AssignCrt(var F: Text);
|
||||
function KeyPressed: Boolean;
|
||||
function ReadKey: Char;
|
||||
procedure TextMode(Mode: Integer);
|
||||
procedure TextMode (Mode: word);
|
||||
procedure Window(X1,Y1,X2,Y2: Byte);
|
||||
procedure GotoXY(X,Y: Byte);
|
||||
function WhereX: Byte;
|
||||
@ -102,7 +102,10 @@ procedure cursorbig;
|
||||
|
||||
{
|
||||
$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
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user