jhallen / cpm

Run CP/M commands in Linux/Cygwin with this Z80 / BDOS / ADM-3A emulator.
Other
108 stars 26 forks source link

Ignore signals, allowing ctrl-C to be passed to CPM programs #13

Closed hamishcoleman closed 3 years ago

hamishcoleman commented 4 years ago

Allow CPM programs to receive Ctrl-C

jhallen commented 3 years ago

I didn't take your patch, but I fixed the issue. Now Ctrl-C is passed to the CPM programs. To force-quite the emulator you have to hit Ctrl-_ or one of the F1 - F4 keys. This brings up the emulator's command line, where you can type "Q"uit.