Hack-a-Day / 2018-Supercon-Badge

Retrocomputing badge for the 2018 Hackaday Superconference
https://hackaday.io/project/161859-2018-hackaday-superconference-badge
MIT License
27 stars 8 forks source link

Pressing BRK while a BASIC program is running should resets console colors #11

Closed szczys closed 6 years ago

szczys commented 6 years ago

If a basic program sets display colors, those colors will still be used by the console after BRK exits the program. Behavior would be better if colors are reset to ensure it's still easy to see what is on the screen as you continue working on your program.

jaromir-sukuba commented 6 years ago

It should reset the terminal colors in 1.09

szczys commented 6 years ago

Tested and working