[A83] Re: My scrolling routine... it should work (but it's bugging)
[Prev][Next][Index][Thread]
[A83] Re: My scrolling routine... it should work (but it's bugging)
> Alright... I tested this in another prog, and it works
right, except it
> shifts the screen upwards after every loop... =(
Of course this one doesn't handle wraparound properly. You
could add a short loop that clears the last column of the
screen.
(Personally I wouldn't display the screen immediately after
scrolling, I would first do the correction where it is
needed.)
PG
References: