rickparrish/RMDoor

DoorCursorUp is implemented to move cursor down

Closed this issue · 0 comments

{
Move the cursor up ACOUNT lines without changing the X position
}
procedure DoorCursorUp(ACount: Byte);
begin
DoorWrite(AnsiCursorDown(ACount));
end;