commanderx16 / x16-emulator

Emulator for the Commander X16 8-bit computer
383 stars 60 forks source link

Esc key doesn't exit BASIC program on R34 #202

Open MCPEmaniac opened 4 years ago

MCPEmaniac commented 4 years ago

The Esc key doesn't seem to exit the following BASIC program on R34.

10 GOTO 10

mist64 commented 4 years ago

Workaround: CTRL+C

Esshahn commented 4 years ago

PR submitted for fix: https://github.com/commanderx16/x16-emulator/pull/229