Closed mhaupt closed 10 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.
Fixed in branch bc3-test.
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.