Project

General

Profile

Bug #432

VSCROLL misses last line of screen

Added by Paul Kitching almost 4 years ago. Updated over 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
AOZ Studio Team
Target version:
-
Start date:
08/04/2020
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

This code doesn't scroll the bottom line of the screen up. It should scroll all lines below the current cursor position.

#manifest: "amiga"

for y=0 to 31
    locate 0,y:print repeat$("a",39);
next y
locate 20,10
wait 25
for s=1 to 5
    vscroll 4
    wait 5
next s
end

Also available in: Atom PDF