mhaupt / basicode

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

need to support wrap-around in text mode #8

Closed mhaupt closed 8 months ago

mhaupt commented 8 months ago

In text mode, printing text that exceeds column 40 should wrap around. Instead, an exception is thrown because the print logic attempts to write past the buffer bounds.

mhaupt commented 8 months ago

Fixed in branch bc3-test.