picocomputer / rp6502

Picocomputer 6502 firmware
BSD 3-Clause "New" or "Revised" License
85 stars 23 forks source link

Terminal clear screen too slow #51

Closed rumbledethumps closed 7 months ago

rumbledethumps commented 7 months ago

The Rx buffer sometimes overflows and drops a single character. Change the algorithm to incrementally clear by line instead of all at once.