mhaupt / basicode

a BASICODE interpreter written in Java
MIT License
2 stars 1 forks source link

reverse printing (GOSUB 150) does not work with wrap-around and scrolling #18

Closed mhaupt closed 5 months ago

mhaupt commented 6 months ago

When a line printed with GOSUB 150 wraps around, the reverse printing buffer overflows. When fixing this, it would be a good idea to also improve the testability of GUI console output in text mode.

mhaupt commented 6 months ago

To improve testability:

mhaupt commented 5 months ago

Done; merged into main.