Project

General

Profile

Bug #432

VSCROLL misses last line of screen

Added by Paul Kitching over 3 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
#1

Updated by Brian Flanagan over 3 years ago

  • Estimated time set to 1:00 h
  • Affected version changed from 0.9.9.4 to Beta RC2

Verified. It appears that this is offset by 1 line.
If we open a screen 1 line (8 pixels in Amiga manifest) taller, then the other line will scroll.

#2

Updated by Brian Flanagan over 3 years ago

  • Status changed from New to Resolved

Corrected mode 4 scrolling. Other 3 modes were fine.

#3

Updated by Paul Kitching over 3 years ago

  • Status changed from Resolved to Closed

Also available in: Atom PDF