mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* SetScreenCursor parameters changed to smallint, which is more optimal on i8086
git-svn-id: trunk@25454 -
This commit is contained in:
parent
987e759e20
commit
771301d7db
@ -100,7 +100,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
procedure SetScreenCursor(x,y : longint);
|
||||
procedure SetScreenCursor(x,y : smallint);
|
||||
var
|
||||
regs : registers;
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user