Explorar el Código

+ update CursorX and CursorY when setting the cursor pos in the video unit for win16

git-svn-id: trunk@31860 -
nickysn hace 10 años
padre
commit
ea76bcfbe3
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/rtl-console/src/win16/video.pp

+ 2 - 0
packages/rtl-console/src/win16/video.pp

@@ -202,6 +202,8 @@ end;
 
 procedure SysSetCursorPos(NewCursorX, NewCursorY: Word);
 begin
+  CursorX:=NewCursorX;
+  CursorY:=NewCursorY;
 end;
 
 function SysGetCursorType: Word;