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 10 months ago

mhaupt commented 11 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 10 months ago

Fixed in branch bc3-test.