davidgiven / cpm65

CP/M for the 6502
BSD 2-Clause "Simplified" License
264 stars 24 forks source link

Fix in vt52drv to ignore invalid escape sequences #108

Closed venomix666 closed 7 months ago

venomix666 commented 7 months ago

Fix that prevents the vt52 driver from getting stuck when an invalid escape sequence is entered.

Fixes #107.

davidgiven commented 7 months ago

Merged; thank you!